mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 04:43:27 +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>
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
d9e7439757350ddb75d309918caf2de5 *tests/data/fate/mov-mp4-pcm-float.mp4
|
|
3175929 tests/data/fate/mov-mp4-pcm-float.mp4
|
|
#tb 0: 1/44100
|
|
#media_type 0: audio
|
|
#codec_id 0: pcm_f32le
|
|
#sample_rate 0: 44100
|
|
#channel_layout_name 0: 3 channels (FR+FL+FR)
|