OSDN Git Service

Increases the size of the integer holding MPEG-2 picture flags in the hb_buffer struc...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Oct 2007 03:22:57 +0000 (03:22 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 9 Oct 2007 03:22:57 +0000 (03:22 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1014 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/internal.h

index 47138f2..55889fe 100644 (file)
@@ -51,7 +51,7 @@ struct hb_buffer_s
 #define HB_FRAME_KEY    0x0F
 #define HB_FRAME_REF    0xF0
     uint8_t       frametype;
-    uint8_t       flags;
+    uint16_t       flags;
 
     /* Holds the output PTS from x264, for use by b-frame offsets in muxmp4.c */
     int64_t     renderOffset;