]> git.sesse.net Git - vlc/commitdiff
Real demux: kill warnings
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Aug 2010 09:54:28 +0000 (11:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 12 Aug 2010 09:54:28 +0000 (11:54 +0200)
modules/demux/real.c

index 9a9cd02ea662642262dafee4c8733d4a996c61e8..720528dc810d2235d9637223a95dfa07b97c7fba 100644 (file)
@@ -86,10 +86,10 @@ typedef struct
 
     es_out_id_t *p_es;
 
-    int         i_frame_size;
+    unsigned    i_frame_size;
 
     int         i_frame_num;
-    int         i_frame_pos;
+    unsigned    i_frame_pos;
     int         i_frame_slice;
     int         i_frame_slice_count;
     block_t     *p_frame;