mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
Merge commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc'
* commit '6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc': mpegvideo: Drop stream_codec_tag Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
bc373595f2
@ -249,7 +249,6 @@ typedef struct MpegEncContext {
|
||||
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 */
|
||||
|
||||
/* sequence parameters */
|
||||
|
Loading…
Reference in New Issue
Block a user