diff options
author | Alex Converse <alex.converse@gmail.com> | 2011-05-24 16:28:45 -0700 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-05-25 13:24:25 -0700 |
commit | 8c51620f219db0f408d2833c3e5d56cedaf0d95a (patch) | |
tree | 5d1b86b1140ecd993606fe9b2403dacfc4af9a4d /libavcodec/mpegvideo.h | |
parent | 19a686b8a373e93807880c63bd73303616c96b71 (diff) | |
download | ffmpeg-8c51620f219db0f408d2833c3e5d56cedaf0d95a.tar.gz |
Remove h263_msmpeg4 from MpegEncContext.
It was long ago superseded by msmpeg4_version.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index b4afee29f9..6d5ab19283 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -207,7 +207,6 @@ typedef struct MpegEncContext { /* the following codec id fields are deprecated in favor of codec_id */ int h263_plus; ///< h263 plus headers - int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead) int h263_flv; ///< use flv h263 header enum CodecID codec_id; /* see CODEC_ID_xxx */ @@ -831,4 +830,3 @@ void ff_wmv2_encode_mb(MpegEncContext * s, int motion_x, int motion_y); #endif /* AVCODEC_MPEGVIDEO_H */ - |