Commit 7ed1f2f5 authored by michael's avatar michael

nb_chapters should be unsigned


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13261 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c1107c8
...@@ -522,7 +522,7 @@ typedef struct AVFormatContext { ...@@ -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;
......
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