Commit 57d4930f authored by michael's avatar michael

Remove deprecated avcodec_decode_audio() this one was not under #ifdef.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15272 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 56e68920
......@@ -2618,13 +2618,6 @@ int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, v
*/
int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
/**
* @deprecated Use avcodec_decode_audio2() instead.
*/
attribute_deprecated int avcodec_decode_audio(AVCodecContext *avctx, int16_t *samples,
int *frame_size_ptr,
const uint8_t *buf, int buf_size);
/**
* Decodes an audio frame from \p buf into \p samples.
* The avcodec_decode_audio2() function decodes an audio frame from the input
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment