matroskadec: don't set codec timebase.

It's not supposed to be set outside of lavc.
This commit is contained in:
Anton Khirnov 2011-11-28 09:38:32 +01:00
parent d3e3ffa501
commit c98c1f434e
1 changed files with 0 additions and 4 deletions

View File

@ -1519,10 +1519,6 @@ static int matroska_read_header(AVFormatContext *s, AVFormatParameters *ap)
if (track->flag_forced)
st->disposition |= AV_DISPOSITION_FORCED;
if (track->default_duration)
av_reduce(&st->codec->time_base.num, &st->codec->time_base.den,
track->default_duration, 1000000000, 30000);
if (!st->codec->extradata) {
if(extradata){
st->codec->extradata = extradata;