summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mpeg_hdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mpeg_hdr.h')
-rw-r--r--libmpdemux/mpeg_hdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/mpeg_hdr.h b/libmpdemux/mpeg_hdr.h
index c1097b1d51..7eb3c4b9be 100644
--- a/libmpdemux/mpeg_hdr.h
+++ b/libmpdemux/mpeg_hdr.h
@@ -16,7 +16,7 @@ typedef struct {
int top_field_first;
int display_time; // secs*100
//the following are for mpeg4
- int timeinc_resolution, timeinc_bits, timeinc_unit;
+ unsigned int timeinc_resolution, timeinc_bits, timeinc_unit;
int picture_type;
} mp_mpeg_header_t;