- Timestamp:
- 03/08/10 11:20:14 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp
r11165 r11177 17 17 const uint8_t *buf, int buf_size) 18 18 { 19 #if LIBAVCODEC_VERSION_MAJOR >= 5 219 #if LIBAVCODEC_VERSION_MAJOR >= 53 || (LIBAVCODEC_VERSION_MAJOR==52 && LIBAVCODEC_VERSION_MINOR>=32) 20 20 21 21 // following code segment copied from ffmpeg's avcodec_decode_audio2()
