diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Tue Nov 07 05:57:42 2006 +0000
+++ b/mpegvideo.h	Tue Nov 07 09:46:57 2006 +0000
@@ -225,6 +225,8 @@
     int chroma_elim_threshold;
     int strict_std_compliance; ///< strictly follow the std (MPEG4, ...)
     int workaround_bugs;       ///< workaround bugs in encoders which cannot be detected automatically
+    int codec_tag;             ///< internal codec_tag upper case converted from avctx codec_tag
+    int stream_codec_tag;      ///< internal stream_codec_tag upper case converted from avctx stream_codec_tag
     /* the following fields are managed internally by the encoder */
 
     /** bit output */