diff mpegvideo.h @ 2321:a9f79085b01d libavcodec

type fix
author michael
date Mon, 25 Oct 2004 15:27:56 +0000
parents c4e882a7c07c
children 5e5cf598a48b
line wrap: on
line diff
--- a/mpegvideo.h	Mon Oct 25 01:16:13 2004 +0000
+++ b/mpegvideo.h	Mon Oct 25 15:27:56 2004 +0000
@@ -263,7 +263,7 @@
     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, ...)