Bug #27
avcodec_decode_audio3() is deprecated since FFmpeg 0.9
Start date:
January 02, 2012
Due date:
% Done:
100%
Estimated time:
Affects version:
Description
ffaudio-core.c: In function ‘ffaudio_play’: ffaudio-core.c:609:13: warning: ‘avcodec_decode_audio3’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4159)
API changes:
2011-xx-xx - xxxxxxx - lavc 53.25.0 Add nb_samples and extended_data fields to AVFrame. Deprecate AVCODEC_MAX_AUDIO_FRAME_SIZE. Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4(). avcodec_decode_audio4() writes output samples to an AVFrame, which allows audio decoders to use get_buffer().
History
#1 Updated by John Lindgren almost 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100