Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/ref
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-29 19:29:34 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-19 18:05:33 +0300
commit6f22d1965eeab80544ecbb190bc4c379063fa481 (patch)
tree3fddb6444449527e08457aeb606fbbb05e7c36ec /tests/ref
parent9884d14711e7a36743861afedd949b5f32ac5e3c (diff)
avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration()
APTX decodes four bytes of input to four stereo samples; APTX HD does the same with six bytes of input. So it can be easily supported in av_get_audio_frame_duration(). This fixes invalid durations and (derived) timestamps of demuxed APTX HD packets and therefore fixed the timestamp in the aptx-hd FATE test. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/fate/aptx-hd17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/ref/fate/aptx-hd b/tests/ref/fate/aptx-hd
index 0691f33c86..498b9131a6 100644
--- a/tests/ref/fate/aptx-hd
+++ b/tests/ref/fate/aptx-hd
@@ -6,10 +6,13 @@
#sample_rate 0: 44100
#channel_layout_name 0: 2 channels
0, 0, 0, 1024, 8192, 0xa99888c6
-0, 1536, 1536, 1024, 8192, 0xc3e03a3c
-0, 3072, 3072, 1024, 8192, 0x3f06e090
-0, 4608, 4608, 1024, 8192, 0x92fb18f3
-0, 6144, 6144, 1024, 8192, 0x3d5603a2
-0, 7680, 7680, 1024, 8192, 0xcc3d3101
-0, 9216, 9216, 1024, 8192, 0xbcc022ef
-0, 10752, 10752, 273, 2184, 0x9873af57
+0, 1024, 1024, 1024, 8192, 0xc3e03a3c
+0, 2048, 2048, 1024, 8192, 0x3f06e090
+0, 3072, 3072, 1024, 8192, 0x92fb18f3
+0, 4096, 4096, 1024, 8192, 0x3d5603a2
+0, 5120, 5120, 1024, 8192, 0xcc3d3101
+0, 6144, 6144, 1024, 8192, 0xbcc022ef
+0, 7168, 7168, 1024, 8192, 0x600cbb73
+0, 8192, 8192, 1024, 8192, 0xdc938cbb
+0, 9216, 9216, 1024, 8192, 0x37d968bc
+0, 10240, 10240, 785, 6280, 0x48243144