[FFmpeg-cvslog] lavc: fix typo
Paul B Mahol
git at videolan.org
Fri Mar 29 20:17:41 CET 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Mar 29 18:59:56 2013 +0000| [8263726c69cffa02dadac6943be3b75617b46f17] | committer: Paul B Mahol
lavc: fix typo
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8263726c69cffa02dadac6943be3b75617b46f17
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1b5f9d4..4f68fad 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,
More information about the ffmpeg-cvslog
mailing list