diff avcodec.h @ 6541:fb6109c5f08b libavcodec

Fix closed gop flag disapearence.
author michael
date Sat, 29 Mar 2008 22:27:25 +0000
parents ae19192241c4
children ed204467a154
line wrap: on
line diff
--- a/avcodec.h	Fri Mar 28 20:42:55 2008 +0000
+++ b/avcodec.h	Sat Mar 29 22:27:25 2008 +0000
@@ -432,7 +432,7 @@
 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
 #define CODEC_FLAG_INTERLACED_ME  0x20000000 ///< interlaced motion estimation
 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< Will reserve space for SVCD scan offset user data.
-#define CODEC_FLAG_CLOSED_GOP     ((int)0x80000000)
+#define CODEC_FLAG_CLOSED_GOP     0x80000000
 #define CODEC_FLAG2_FAST          0x00000001 ///< Allow non spec compliant speedup tricks.
 #define CODEC_FLAG2_STRICT_GOP    0x00000002 ///< Strictly enforce GOP size.
 #define CODEC_FLAG2_NO_OUTPUT     0x00000004 ///< Skip bitstream encoding.