mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
no need for special case default_duration for AAC
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a92d20629c
commit
aec783d42d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user