mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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;
|
||||
|
||||
int nb_chapters;
|
||||
unsigned int nb_chapters;
|
||||
AVChapter **chapters;
|
||||
} AVFormatContext;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user