Commit 147cce13 authored by aurel's avatar aurel

no need for special case default_duration for AAC

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10126 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43e09e77
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment