Changeset 10392
- Timestamp:
- 06/23/09 13:33:59 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp
r9869 r10392 104 104 AVStream * m_video_stream; 105 105 106 unsigned intm_audio_index;107 unsigned intm_video_index;106 int m_audio_index; 107 int m_video_index; 108 108 109 109 FFmpegClocks m_clocks;
