Pass time_base as argument to new_chapter() as well.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 23 May 2008 18:15:13 +0000 (18:15 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 23 May 2008 18:15:13 +0000 (18:15 +0000)
commitabd2256dbe1cd10cc8d58d3225acfd1bb207af2a
tree0e218dc6ef2e583e88f206d7fd2b2cfc2c81f970
parentf6e76ba476939c4b92da5608d33aa5aebdcbeebc
Pass time_base as argument to new_chapter() as well.
This fixes the wrong timebase the matroska demuxer had after my previous commits.
Maybe we should reduce new_chapter() to just (AVFormatContext, int id) ?

Originally committed as revision 13266 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/matroskadec.c
libavformat/nutdec.c
libavformat/utils.c