From 8263726c69cffa02dadac6943be3b75617b46f17 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 29 Mar 2013 18:59:56 +0000 Subject: [PATCH] lavc: fix typo Signed-off-by: Paul B Mahol --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1b5f9d4999..4f68fad112 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3919,7 +3919,7 @@ int av_parser_parse2(AVCodecParserContext *s, /** * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed - * @deprecated use AVBitstreamFilter + * @deprecated use AVBitStreamFilter */ int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx,