diff options
author | Marton Balint <cus@passwd.hu> | 2024-03-04 00:27:11 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2024-03-16 19:19:42 +0100 |
commit | 44b2769619242ab3746d6477b88f5d5345a591ee (patch) | |
tree | ea43f3f495104e0cc09be3bea1cadfca91766b38 /tests/ref/acodec/pcm-s32be | |
parent | 05936403f9c45d3b67a71519ce2b229e41604743 (diff) | |
download | ffmpeg-44b2769619242ab3746d6477b88f5d5345a591ee.tar.gz |
avformat/pcm: decrease target audio frame per sec to 10
This makes the wav and pcm demuxer demux bigger packets, which is more
efficient.
As a side effect of the bigger packets, audio durations can become less exact
for command lines such as "ffmpeg -i $INPUT -c:a copy -t 1.0 $OUTPUT".
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/acodec/pcm-s32be')
-rw-r--r-- | tests/ref/acodec/pcm-s32be | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/pcm-s32be b/tests/ref/acodec/pcm-s32be index 128187362c..0c4e64fd34 100644 --- a/tests/ref/acodec/pcm-s32be +++ b/tests/ref/acodec/pcm-s32be @@ -1,4 +1,4 @@ -2a4d853ef4916ca5081fafe234d18596 *tests/data/fate/acodec-pcm-s32be.mov +d18a498075997bf7221bb28ff566f0fa *tests/data/fate/acodec-pcm-s32be.mov 2117527 tests/data/fate/acodec-pcm-s32be.mov 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-s32be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |