Module: libav Branch: master Commit: b44522981ce1f5da1d4ec62950b0933fc18ac223
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sun Oct 16 16:16:55 2011 +0100 avcodec: remove stray @deprecated comment Signed-off-by: Mans Rullgard <[email protected]> --- 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); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
