25 Oct 2004 17:27
CVS: ffmpeg/libavcodec mpegvideo.h,1.214,1.215
Michael Niedermayer CVS <michael <at> mplayerhq.hu>
2004-10-25 15:27:58 GMT
2004-10-25 15:27:58 GMT
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv2993
Modified Files:
mpegvideo.h
Log Message:
type fix
Index: mpegvideo.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mpegvideo.h,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- mpegvideo.h 8 Oct 2004 22:57:39 -0000 1.214
+++ mpegvideo.h 25 Oct 2004 15:27:56 -0000 1.215
<at> <at> -263,7 +263,7 <at> <at>
int h263_msmpeg4; ///< generate MSMPEG4 compatible stream (deprecated, use msmpeg4_version instead)
int h263_flv; ///< use flv h263 header
- int codec_id; /* see CODEC_ID_xxx */
+ enum CodecID codec_id; /* see CODEC_ID_xxx */
int fixed_qscale; ///< fixed qscale if non zero
int encoding; ///< true if we are encoding (vs decoding)
int flags; ///< AVCodecContext.flags (HQ, MV4, ...)
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
(Continue reading)
RSS Feed