summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-08-16 21:55:37 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-08-16 21:55:37 +0000
commitaec783d42dbf78e80c882e9940c28c4ca4d34d25 (patch)
treec131dd7e87ab2e70e516bba65d532e39bd5f413b /libavformat/matroskadec.c
parenta92d20629c6fc79c8adc80a7fd1a2847dc8c4656 (diff)
no need for special case default_duration for AAC
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 0 insertions, 1 deletions
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) {