Changeset 9837
- Timestamp:
- 03/02/09 17:01:13 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp
r9826 r9837 6 6 #include <string.h> 7 7 8 8 extern "C" 9 { 10 int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src, 11 int src_pix_fmt, int src_width, int src_height); 12 13 }; 9 14 10 15 namespace osgFFmpeg {
