[FFmpeg-cvslog] avcodec: remove stray @deprecated comment

Mans Rullgard git at videolan.org
Mon Oct 17 02:40:29 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Oct 16 16:16:55 2011 +0100| [b44522981ce1f5da1d4ec62950b0933fc18ac223] | committer: Mans Rullgard

avcodec: remove stray @deprecated comment

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b44522981ce1f5da1d4ec62950b0933fc18ac223
---

 libavcodec/avcodec.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 750a208..593ee36 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3639,8 +3639,6 @@ AVCodecContext *avcodec_alloc_context2(enum AVMediaType);
  *
  * @return An AVCodecContext filled with default values or NULL on failure.
  * @see avcodec_get_context_defaults
- *
- * @deprecated use avcodec_alloc_context3()
  */
 AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
 



More information about the ffmpeg-cvslog mailing list