comparison 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
comparison
equal deleted inserted replaced
3327:87e48733847c 3328:b228cfb5a4f5
520 * Maximum amount of memory in bytes to use for buffering frames 520 * Maximum amount of memory in bytes to use for buffering frames
521 * obtained from real-time capture devices. 521 * obtained from real-time capture devices.
522 */ 522 */
523 unsigned int max_picture_buffer; 523 unsigned int max_picture_buffer;
524 524
525 int num_chapters; 525 int nb_chapters;
526 AVChapter **chapters; 526 AVChapter **chapters;
527 } AVFormatContext; 527 } AVFormatContext;
528 528
529 typedef struct AVPacketList { 529 typedef struct AVPacketList {
530 AVPacket pkt; 530 AVPacket pkt;