- Timestamp:
- 03/25/09 12:17:21 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp
r9869 r9969 55 55 formatParams.channel = 0; 56 56 formatParams.standard = 0; 57 #if 1 57 58 formatParams.width = 640; 58 59 formatParams.height = 480; 60 #else 61 formatParams.width = 640; 62 formatParams.height = 480; 63 #endif 59 64 formatParams.time_base.num = 1; 60 formatParams.time_base.den = 50;65 formatParams.time_base.den = 15; 61 66 62 67 iformat = av_find_input_format("video4linux2");
