- Timestamp:
- 02/27/09 18:00:28 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.cpp
r9816 r9826 47 47 throw std::runtime_error("av_open_input_file() failed"); 48 48 49 m_format_context.reset(p_format_context , av_close_input_file);49 m_format_context.reset(p_format_context); 50 50 51 51 // Retrieve stream info
