diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 17:30:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 17:30:18 +0000 |
commit | 43dc0bfd2ecb7e634255d74c13715b771e471892 (patch) | |
tree | 7bac37d5b2966aab88cb6f803d1741e81460519d /libavcodec/mpegvideo.h | |
parent | 40a12840b83b1d4ca8080e8a8fc589d2a32edc99 (diff) | |
download | ffmpeg-43dc0bfd2ecb7e634255d74c13715b771e471892.tar.gz |
cleanup
Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index e80e3b73a5..c269e2264d 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -266,7 +266,6 @@ typedef struct MpegEncContext { /* the following codec id fields are deprecated in favor of codec_id */ int h263_plus; ///< h263 plus headers - int h263_rv10; ///< use RV10 variation for H263 int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead) int h263_intel; ///< use I263 intel h263 header int h263_flv; ///< use flv h263 header |