summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-07-06 15:04:46 +0000
commit748c2fca7e4d99357c234936aa71212a6282be36 (patch)
treedd31be48f45e433c1e6b9c002553a2f4191de893 /libavcodec/parser.c
parent06fcf56c50eb6194270656ac8c4fddb250b14eab (diff)
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
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r--libavcodec/parser.c1
1 files changed, 1 insertions, 0 deletions
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,