- Timestamp:
- 05/28/10 18:39:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoder.hpp
r10851 r11508 43 43 if (_ptr) 44 44 { 45 osg::notify(osg::NOTICE)<<"Calling av_close_input_file("<<_ptr<<")"<<std::endl;45 OSG_NOTICE<<"Calling av_close_input_file("<<_ptr<<")"<<std::endl; 46 46 av_close_input_file(_ptr); 47 47 }
