OSDN Git Service

no need for special case default_duration for AAC
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 16 Aug 2007 21:55:37 +0000 (21:55 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 16 Aug 2007 21:55:37 +0000 (21:55 +0000)
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroskadec.c

index b6a9893..e677636 100644 (file)
@@ -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) {