- Timestamp:
- 12/15/09 12:27:28 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp
r10851 r10892 368 368 throw std::runtime_error("av_seek_frame failed()"); 369 369 370 m_clocks.rewind(); 370 371 m_state = REWINDING; 371 372 } … … 393 394 throw std::runtime_error("av_seek_frame failed()"); 394 395 396 m_clocks.seek(time); 395 397 m_state = SEEKING; 396 398 }
