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-u24be | |
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-u24be')
-rw-r--r-- | tests/ref/acodec/pcm-u24be | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/acodec/pcm-u24be b/tests/ref/acodec/pcm-u24be index ef423ea10d..912bb9ed0b 100644 --- a/tests/ref/acodec/pcm-u24be +++ b/tests/ref/acodec/pcm-u24be @@ -1,4 +1,4 @@ -c5b7d1898d8f5d6675ba543d2830bbaf *tests/data/fate/acodec-pcm-u24be.nut -1590249 tests/data/fate/acodec-pcm-u24be.nut +67f6e0040f65830ad408903a9565417c *tests/data/fate/acodec-pcm-u24be.nut +1589629 tests/data/fate/acodec-pcm-u24be.nut 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-pcm-u24be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |