Commit aec783d4 authored by Aurelien Jacobs's avatar Aurelien Jacobs

no need for special case default_duration for AAC

Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a92d2062
......@@ -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