1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

mpegvideo: Drop stream_codec_tag

The field is unused.
This commit is contained in:
Vittorio Giovara
2015-04-27 19:13:28 +01:00
parent 9c1db92ad3
commit 6f54dc43ce

View File

@@ -243,7 +243,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 */