1
0
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:
Michael Niedermayer 2008-05-23 13:08:44 +00:00
parent 7c8202cc92
commit fbabf1e944

View File

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