diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 4247d9949f62542646744047d89978d9a9391735..b8f96302bbb44a33e5c536976e3e0936c35056d8 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 */