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/fate/mov-channel-description | |
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/fate/mov-channel-description')
-rw-r--r-- | tests/ref/fate/mov-channel-description | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/mov-channel-description b/tests/ref/fate/mov-channel-description index fc1c1509ea..d0e349ebf2 100644 --- a/tests/ref/fate/mov-channel-description +++ b/tests/ref/fate/mov-channel-description @@ -1,5 +1,5 @@ -cef306a5fa3bf45bcf174558d8ee6669 *tests/data/fate/mov-channel-description.mov -4246172 tests/data/fate/mov-channel-description.mov +38349ec7e5b2b440de54cfa383124359 *tests/data/fate/mov-channel-description.mov +4239964 tests/data/fate/mov-channel-description.mov #tb 0: 1/44100 #media_type 0: audio #codec_id 0: pcm_s16le |