comparison mpegvideo.h @ 4155:0f28fc219799 libavcodec

add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
author bcoudurier
date Tue, 07 Nov 2006 09:46:57 +0000
parents 2205aefb22b7
children be94e97ecb6e
comparison
equal deleted inserted replaced
4154:74c8b204ab1c 4155:0f28fc219799
223 int max_b_frames; ///< max number of b-frames for encoding 223 int max_b_frames; ///< max number of b-frames for encoding
224 int luma_elim_threshold; 224 int luma_elim_threshold;
225 int chroma_elim_threshold; 225 int chroma_elim_threshold;
226 int strict_std_compliance; ///< strictly follow the std (MPEG4, ...) 226 int strict_std_compliance; ///< strictly follow the std (MPEG4, ...)
227 int workaround_bugs; ///< workaround bugs in encoders which cannot be detected automatically 227 int workaround_bugs; ///< workaround bugs in encoders which cannot be detected automatically
228 int codec_tag; ///< internal codec_tag upper case converted from avctx codec_tag
229 int stream_codec_tag; ///< internal stream_codec_tag upper case converted from avctx stream_codec_tag
228 /* the following fields are managed internally by the encoder */ 230 /* the following fields are managed internally by the encoder */
229 231
230 /** bit output */ 232 /** bit output */
231 PutBitContext pb; 233 PutBitContext pb;
232 234