Browse Source

nb_chapters should be unsigned

Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
fbabf1e944
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h View File

@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
*/ */
unsigned int max_picture_buffer; unsigned int max_picture_buffer;


int nb_chapters;
unsigned int nb_chapters;
AVChapter **chapters; AVChapter **chapters;
} AVFormatContext; } AVFormatContext;




Loading…
Cancel
Save