[FFmpeg-cvslog] mpegvideo: Drop stream_codec_tag

Vittorio Giovara git at videolan.org
Fri May 22 20:56:35 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Apr 27 19:13:28 2015 +0100| [6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc] | committer: Vittorio Giovara

mpegvideo: Drop stream_codec_tag

The field is unused.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f54dc43cee6b2f5d183acf98b32a3cf8be4a4fc
---

 libavcodec/mpegvideo.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 4247d99..b8f9630 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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 */



More information about the ffmpeg-cvslog mailing list