[SCM] libav/experimental: Remove deprecated avcodec_decode_audio() this one was not under #ifdef.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:29:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 475e4e2ffc94be9b9870ce9fe300e706b655660f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Sep 8 18:31:48 2008 +0000

    Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
    
    Originally committed as revision 15272 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ec8228f..76522c4 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2619,13 +2619,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
  * buffer \p buf of size \p buf_size. To decode it, it makes use of the

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list