summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-09-23 20:05:04 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-09-23 20:05:04 +0000
commitef399ccaf4b021dc30ca037c3a18e444ac209e24 (patch)
treea7fb0c6296843516ef2aa817097fec81f2ad4a9a /gst/avi/gstavidemux.h
parente8d014fc2a43449b269de6ec5d876f9af65904e4 (diff)
Fix various overflow cases, this should fix seeking on very large files.
Original commit message from CVS: Fix various overflow cases, this should fix seeking on very large files.
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 8a5fc6d3..5eb03877 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -76,7 +76,7 @@ typedef struct
guint32 av_bps;
guint64 total_bytes;
- gint32 total_frames;
+ guint32 total_frames;
guint32 skip;