mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 22:55:12 +08:00
nb_chapters should be unsigned
Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
|
||||
*/
|
||||
unsigned int max_picture_buffer;
|
||||
|
||||
int nb_chapters;
|
||||
unsigned int nb_chapters;
|
||||
AVChapter **chapters;
|
||||
} AVFormatContext;
|
||||
|
||||
|
Reference in New Issue
Block a user