From 748c2fca7e4d99357c234936aa71212a6282be36 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 6 Jul 2006 15:04:46 +0000 Subject: AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/parser.c') diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 1977dd4943..4944b3a9fc 100644 --- a/libavcodec/parser.c +++ b/libavcodec/parser.c @@ -145,6 +145,7 @@ int av_parser_parse(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 */ int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx, -- cgit v1.2.3