Commit fbabf1e9 authored by Michael Niedermayer's avatar Michael Niedermayer

nb_chapters should be unsigned

Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7c8202cc
......@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
*/
unsigned int max_picture_buffer;
int nb_chapters;
unsigned int nb_chapters;
AVChapter **chapters;
} AVFormatContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment