[FFmpeg-cvslog] Attempt to fix ticket266
Michael Niedermayer
git at videolan.org
Mon Jun 20 02:07:41 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 19 20:02:30 2011 +0200| [867b10679c0ea761ce423c104d8b1b8792d92fb9] | committer: Michael Niedermayer
Attempt to fix ticket266
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=867b10679c0ea761ce423c104d8b1b8792d92fb9
---
libavcodec/mpegvideo.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index ec9a04a..a0ff354 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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 */
More information about the ffmpeg-cvslog
mailing list