OSDN Git Service

Attempt to fix ticket266
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Jun 2011 18:02:30 +0000 (20:02 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Jun 2011 23:58:18 +0000 (01:58 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo.h

index ec9a04a..a0ff354 100644 (file)
@@ -209,6 +209,7 @@ 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 */