diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index fd56eb4712b0820891ab8cb6416ea65486700753..0617eee5734ffa281a41a593ecbecfc7a5d76577 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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 */