diff avformat.h @ 3328:b228cfb5a4f5 libavformat

s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
author michael
date Fri, 23 May 2008 13:07:58 +0000
parents 4bf98e198eec
children 8426e474011f
line wrap: on
line diff
--- a/avformat.h	Fri May 23 13:04:12 2008 +0000
+++ b/avformat.h	Fri May 23 13:07:58 2008 +0000
@@ -522,7 +522,7 @@
      */
     unsigned int max_picture_buffer;
 
-    int num_chapters;
+    int nb_chapters;
     AVChapter **chapters;
 } AVFormatContext;