changeset 7833:52d04dea9491 libavcodec

Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
author michael
date Mon, 08 Sep 2008 18:31:48 +0000
parents 573f52f011c0
children b9a26c7e64ef
files avcodec.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Sep 08 18:29:08 2008 +0000
+++ b/avcodec.h	Mon Sep 08 18:31:48 2008 +0000
@@ -2619,13 +2619,6 @@
 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
  * buffer \p buf of size \p buf_size. To decode it, it makes use of the