nb_chapters should be unsigned
Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c8202cc92
commit
fbabf1e944
@ -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…
x
Reference in New Issue
Block a user