# HG changeset patch # User michael # Date 1211548124 0 # Node ID 8426e474011f6f847d43b13fab2d3ebfedc9d584 # Parent b228cfb5a4f5d9990be90f1b36506dd24b55030d nb_chapters should be unsigned diff -r b228cfb5a4f5 -r 8426e474011f avformat.h --- a/avformat.h Fri May 23 13:07:58 2008 +0000 +++ b/avformat.h Fri May 23 13:08:44 2008 +0000 @@ -522,7 +522,7 @@ */ unsigned int max_picture_buffer; - int nb_chapters; + unsigned int nb_chapters; AVChapter **chapters; } AVFormatContext;