diff avformat.h @ 1663:a7508607760c libavformat

Make nb_streams unsigned to avoid an ugly cast.
author diego
date Tue, 16 Jan 2007 22:31:10 +0000
parents 6238b40b7aef
children b8656dd86312
line wrap: on
line diff
--- a/avformat.h	Tue Jan 16 00:40:06 2007 +0000
+++ b/avformat.h	Tue Jan 16 22:31:10 2007 +0000
@@ -298,7 +298,7 @@
     struct AVOutputFormat *oformat;
     void *priv_data;
     ByteIOContext pb;
-    int nb_streams;
+    unsigned int nb_streams;
     AVStream *streams[MAX_STREAMS];
     char filename[1024]; /* input or output filename */
     /* stream info */