From aec783d42dbf78e80c882e9940c28c4ca4d34d25 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 16 Aug 2007 21:55:37 +0000 Subject: [PATCH] no need for special case default_duration for AAC Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroskadec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index b6a98931ef..e6776367ef 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -2087,7 +2087,6 @@ matroska_read_header (AVFormatContext *s, } else { extradata_size = 2; } - track->default_duration = 1024*1000 / audiotrack->internal_samplerate; } else if (codec_id == CODEC_ID_TTA) {