[FFmpeg-cvslog] r13261 - trunk/libavformat/avformat.h

michael subversion
Fri May 23 15:08:44 CEST 2008


Author: michael
Date: Fri May 23 15:08:44 2008
New Revision: 13261

Log:
nb_chapters should be unsigned


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Fri May 23 15:08:44 2008
@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
      */
     unsigned int max_picture_buffer;
 
-    int nb_chapters;
+    unsigned int nb_chapters;
     AVChapter **chapters;
 } AVFormatContext;
 




More information about the ffmpeg-cvslog mailing list