changeset 2321:a9f79085b01d libavcodec

type fix
author michael
date Mon, 25 Oct 2004 15:27:56 +0000
parents 760e8105e766
children 4140f2e78ebc
files mpegvideo.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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, ...)