comparison 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
comparison
equal deleted inserted replaced
3420:54814e15aa3d 3421:b7826511f7b6
143 } 143 }
144 144
145 /** 145 /**
146 * 146 *
147 * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed 147 * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed
148 * @deprecated use AVBitstreamFilter
148 */ 149 */
149 int av_parser_change(AVCodecParserContext *s, 150 int av_parser_change(AVCodecParserContext *s,
150 AVCodecContext *avctx, 151 AVCodecContext *avctx,
151 uint8_t **poutbuf, int *poutbuf_size, 152 uint8_t **poutbuf, int *poutbuf_size,
152 const uint8_t *buf, int buf_size, int keyframe){ 153 const uint8_t *buf, int buf_size, int keyframe){