Browse Source

mpegvideo: Drop stream_codec_tag

The field is unused.
tags/n2.7
Vittorio Giovara 10 years ago
parent
commit
6f54dc43ce
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mpegvideo.h

+ 0
- 1
libavcodec/mpegvideo.h 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 */


Loading…
Cancel
Save