From f3bf706a77be09cc37bd46967abdad286cd20eec Mon Sep 17 00:00:00 2001 From: lorenm Date: Tue, 19 Apr 2005 21:17:39 +0000 Subject: integer overflow when reading fps from h264 vui. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15218 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mpeg_hdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/mpeg_hdr.h') 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; -- cgit v1.2.3