- Timestamp:
- 05/08/09 09:46:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp
r9960 r10161 86 86 void decodeLoop(); 87 87 void findAspectRatio(); 88 void publishFrame(double delay );88 void publishFrame(double delay, bool audio_disabled); 89 89 double synchronizeVideo(double pts); 90 90 void yuva420pToRgba(AVPicture *dst, AVPicture *src, int width, int height);
