diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-05-23 13:07:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-05-23 13:07:58 +0000 |
commit | 7c8202cc923386a3684a860385af77803965bdd6 (patch) | |
tree | 2e9b5735891daa5978f9e8ff0f39e34bf1e89961 /libavformat/avformat.h | |
parent | 747fb6c60c2d89f86ba4c1ff5985633ed1b77fec (diff) | |
download | ffmpeg-7c8202cc923386a3684a860385af77803965bdd6.tar.gz |
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
Originally committed as revision 13260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a2e0978e9d..8774b7366a 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -522,7 +522,7 @@ typedef struct AVFormatContext { */ unsigned int max_picture_buffer; - int num_chapters; + int nb_chapters; AVChapter **chapters; } AVFormatContext; |