- Timestamp:
- 03/04/09 17:03:28 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp
r9860 r9861 9 9 #include "FFmpegPacket.hpp" 10 10 11 #include <boost/shared_ptr.hpp>12 11 #include <OpenThreads/Thread> 13 12 #include <vector> … … 86 85 void findAspectRatio(); 87 86 void publishFrame(double delay); 88 void swapBuffers();89 87 double synchronizeVideo(double pts); 90 88 void yuva420pToRgba(AVPicture *dst, const AVPicture *src, int width, int height);
