diff parser.c @ 3421:b7826511f7b6 libavcodec

AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
author michael
date Thu, 06 Jul 2006 15:04:46 +0000
parents adccbf4a1040
children ab49baf4adad
line wrap: on
line diff
--- a/parser.c	Thu Jul 06 13:53:07 2006 +0000
+++ b/parser.c	Thu Jul 06 15:04:46 2006 +0000
@@ -145,6 +145,7 @@
 /**
  *
  * @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,