diff mpegvideo.h @ 3066:04b924f8f5a5 libavcodec

warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
author diego
date Wed, 25 Jan 2006 22:10:13 +0000
parents a5e0b58b4471
children 9aa8d8587bea
line wrap: on
line diff
--- a/mpegvideo.h	Wed Jan 25 02:16:27 2006 +0000
+++ b/mpegvideo.h	Wed Jan 25 22:10:13 2006 +0000
@@ -194,7 +194,7 @@
     uint8_t *buffer;
     int index;
     int last_index;
-    int buffer_size;
+    unsigned int buffer_size;
     uint32_t state;             ///< contains the last few bytes in MSB order
     int frame_start_found;
     int overread;               ///< the number of bytes which where irreversibly read from the next frame
@@ -610,7 +610,7 @@
     int divx_packed;
     uint8_t *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them
     int bitstream_buffer_size;
-    int allocated_bitstream_buffer_size;
+    unsigned int allocated_bitstream_buffer_size;
 
     int xvid_build;