- Timestamp:
- 03/04/09 12:46:34 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp
r9854 r9856 123 123 volatile bool m_exit; 124 124 125 #if USE_SWSCALE125 #ifdef USE_SWSCALE 126 126 struct SwsContext * m_swscale_ctx; 127 127 #endif
