- Timestamp:
- 05/08/09 09:46:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegClocks.hpp
r9816 r10161 30 30 void audioSetDelay(double delay); 31 31 void audioDisable(); 32 bool audioDisabled() const { return m_audio_disabled; } 32 33 33 34 double videoSynchClock(const AVFrame * frame, double time_base, double pts);
