diff avformat.h @ 1332:7474cc6383d4 libavformat

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents 95f56c7b24eb
children 0899bfe4105c
line wrap: on
line diff
--- a/avformat.h	Wed Sep 27 19:39:41 2006 +0000
+++ b/avformat.h	Wed Sep 27 19:47:39 2006 +0000
@@ -281,7 +281,7 @@
     AVIndexEntry *index_entries; /* only used if the format does not
                                     support seeking natively */
     int nb_index_entries;
-    int index_entries_allocated_size;
+    unsigned int index_entries_allocated_size;
 
     int64_t nb_frames;                 ///< number of frames in this stream if known or 0