Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-videodev/dshow_dev.c

    r4253 r4537  
    634634 
    635635    hr = SourceFilter_Deliver(stream->dgraph.csource_filter, 
    636                               frame->buf, frame->size); 
     636                              frame->buf, (long)frame->size); 
    637637    if (FAILED(hr)) 
    638638        return hr; 
Note: See TracChangeset for help on using the changeset viewer.