- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
r12292 r13041 277 277 /*SWS_BILINEAR*/ SWS_BICUBIC, NULL, NULL, NULL); 278 278 } 279 279 280 280 281 281 OSG_INFO<<"Using sws_scale "; 282 282 283 283 int result = sws_scale(m_swscale_ctx, 284 284 (src->data), (src->linesize), 0, src_height,
