diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-03-29 18:59:56 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-03-29 18:59:56 +0000 |
commit | 8263726c69cffa02dadac6943be3b75617b46f17 (patch) | |
tree | 4d626b4cd3163f01a303d97726fef3b4afb4d50d /libavcodec/avcodec.h | |
parent | c7269e3a2697c189c907832b8a36341cbb40936c (diff) | |
download | ffmpeg-8263726c69cffa02dadac6943be3b75617b46f17.tar.gz |
lavc: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |