[SCM] libav/experimental: nb_chapters should be unsigned

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:06 UTC 2013


The following commit has been merged in the experimental branch:
commit fbabf1e94405ba81eaa5f2a1f840920f47caed0c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 23 13:08:44 2008 +0000

    nb_chapters should be unsigned
    
    Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8774b73..4888105 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -522,7 +522,7 @@ typedef struct AVFormatContext {
      */
     unsigned int max_picture_buffer;
 
-    int nb_chapters;
+    unsigned int nb_chapters;
     AVChapter **chapters;
 } AVFormatContext;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list