- Timestamp:
- 03/23/09 17:45:10 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp
r9910 r9960 88 88 void publishFrame(double delay); 89 89 double synchronizeVideo(double pts); 90 void yuva420pToRgba(AVPicture *dst, constAVPicture *src, int width, int height);90 void yuva420pToRgba(AVPicture *dst, AVPicture *src, int width, int height); 91 91 92 int convert(AVPicture *dst, int dst_pix_fmt, constAVPicture *src,92 int convert(AVPicture *dst, int dst_pix_fmt, AVPicture *src, 93 93 int src_pix_fmt, int src_width, int src_height); 94 94
