mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 23:33:11 +00:00
3a09c2122d
The wav demuxer by default tried to demux 4096-byte packets which caused packets with very few number of samples for files with high channel count. This caused a significant overhead especially since the latest ffmpeg.c threading changes. So let's use a similar approach for selecting audio frame size which is already used in the PCM demuxer, which is to read 25 times per second but at most 1024 samples. Signed-off-by: Marton Balint <cus@passwd.hu>
28 lines
656 B
Plaintext
28 lines
656 B
Plaintext
46624ccfca227727705222687cd90000 *tests/data/fate/mov-mp4-pcm.mp4
|
|
10591857 tests/data/fate/mov-mp4-pcm.mp4
|
|
#tb 0: 1/44100
|
|
#media_type 0: audio
|
|
#codec_id 0: pcm_s16le
|
|
#sample_rate 0: 44100
|
|
#channel_layout_name 0: mono
|
|
#tb 1: 1/44100
|
|
#media_type 1: audio
|
|
#codec_id 1: pcm_s16le
|
|
#sample_rate 1: 44100
|
|
#channel_layout_name 1: stereo
|
|
#tb 2: 1/44100
|
|
#media_type 2: audio
|
|
#codec_id 2: pcm_s16le
|
|
#sample_rate 2: 44100
|
|
#channel_layout_name 2: 2.1
|
|
#tb 3: 1/44100
|
|
#media_type 3: audio
|
|
#codec_id 3: pcm_s16le
|
|
#sample_rate 3: 44100
|
|
#channel_layout_name 3: 5.1
|
|
#tb 4: 1/44100
|
|
#media_type 4: audio
|
|
#codec_id 4: pcm_s16le
|
|
#sample_rate 4: 44100
|
|
#channel_layout_name 4: 7.1
|