diff options
author | Mans Rullgard <mans@mansr.com> | 2011-10-16 16:16:55 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-10-16 16:22:05 +0100 |
commit | b44522981ce1f5da1d4ec62950b0933fc18ac223 (patch) | |
tree | ab945f1abe2fcb59d7926d76c82f8837bdf94cf5 | |
parent | 91038cdbd160310174aad6833d1d08c65d850e78 (diff) | |
download | ffmpeg-b44522981ce1f5da1d4ec62950b0933fc18ac223.tar.gz |
avcodec: remove stray @deprecated comment
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 750a208f43..593ee363dd 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); |