[FFmpeg-cvslog] r15272 - trunk/libavcodec/avcodec.h

michael subversion
Mon Sep 8 20:31:49 CEST 2008


Author: michael
Date: Mon Sep  8 20:31:48 2008
New Revision: 15272

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


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Mon Sep  8 20:31:48 2008
@@ -2619,13 +2619,6 @@ int avcodec_default_execute(AVCodecConte
 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




More information about the ffmpeg-cvslog mailing list