mirror of https://github.com/FFmpeg/FFmpeg.git
We have de- and encoders for APTX and APTX HD, yet not FATE tests. This commit therefore adds a transcoding test to utilize them. Furthermore, during creating these tests it turned out that the duration is set incorrectly for APTX HD. This will be fixed in a future commit. (Thanks to Andriy Gelman for finding an issue in an earlier version that used a 192kHz input sample which does not work reliably accross platforms.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/388/head
parent
33cdf51a06
commit
9884d14711
3 changed files with 40 additions and 0 deletions
@ -0,0 +1,18 @@ |
||||
b5d8a297c0e8d9854f19d9d3e8b82859 *tests/data/fate/aptx.aptx |
||||
418950 tests/data/fate/aptx.aptx |
||||
#tb 0: 1/44100 |
||||
#media_type 0: audio |
||||
#codec_id 0: pcm_s16le |
||||
#sample_rate 0: 44100 |
||||
#channel_layout_name 0: 2 channels |
||||
0, 0, 0, 1024, 4096, 0xcbb4ceff |
||||
0, 1024, 1024, 1024, 4096, 0xa66533e7 |
||||
0, 2048, 2048, 1024, 4096, 0x4f22ec39 |
||||
0, 3072, 3072, 1024, 4096, 0x45f117f9 |
||||
0, 4096, 4096, 1024, 4096, 0xad6c0b7a |
||||
0, 5120, 5120, 1024, 4096, 0x611618fd |
||||
0, 6144, 6144, 1024, 4096, 0x0ec02f2b |
||||
0, 7168, 7168, 1024, 4096, 0x2cf9ae5c |
||||
0, 8192, 8192, 1024, 4096, 0xfb008ac0 |
||||
0, 9216, 9216, 1024, 4096, 0x25068495 |
||||
0, 10240, 10240, 785, 3140, 0x5a260589 |
@ -0,0 +1,15 @@ |
||||
48ecaa81ee5adaaa62ed3ff6574b6666 *tests/data/fate/aptx-hd.aptx_hd |
||||
628425 tests/data/fate/aptx-hd.aptx_hd |
||||
#tb 0: 1/44100 |
||||
#media_type 0: audio |
||||
#codec_id 0: pcm_s32le |
||||
#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 |
Loading…
Reference in new issue