summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-10-16 16:16:55 +0100
committerMans Rullgard <mans@mansr.com>2011-10-16 16:22:05 +0100
commitb44522981ce1f5da1d4ec62950b0933fc18ac223 (patch)
treeab945f1abe2fcb59d7926d76c82f8837bdf94cf5
parent91038cdbd160310174aad6833d1d08c65d850e78 (diff)
downloadffmpeg-streaming-b44522981ce1f5da1d4ec62950b0933fc18ac223.zip
ffmpeg-streaming-b44522981ce1f5da1d4ec62950b0933fc18ac223.tar.gz
avcodec: remove stray @deprecated comment
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r--libavcodec/avcodec.h2
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);
OpenPOWER on IntegriCloud