- Timestamp:
- 04/08/09 15:03:34 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp
r9969 r9990 56 56 formatParams.standard = 0; 57 57 #if 1 58 formatParams.width = 640;59 formatParams.height = 480;58 formatParams.width = 320; 59 formatParams.height = 240; 60 60 #else 61 61 formatParams.width = 640; … … 63 63 #endif 64 64 formatParams.time_base.num = 1; 65 formatParams.time_base.den = 15;65 formatParams.time_base.den = 30; 66 66 67 67 iformat = av_find_input_format("video4linux2");
