--- tests/fate.mak | 4 ++-- tests/ref/fate/aac-demux | 1 - tests/ref/fate/adts-demux | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 tests/ref/fate/aac-demux create mode 100644 tests/ref/fate/adts-demux
diff --git a/tests/fate.mak b/tests/fate.mak index d85b8c3..22787d5 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -4,14 +4,14 @@ FATE_TESTS += fate-4xm-2 fate-4xm-2: CMD = framecrc -i $(SAMPLES)/4xm/version2.4xm -pix_fmt rgb24 -an FATE_TESTS += fate-8bps fate-8bps: CMD = framecrc -i $(SAMPLES)/8bps/full9iron-partial.mov -pix_fmt rgb24 -FATE_TESTS += fate-aac-demux -fate-aac-demux: CMD = crc -i $(SAMPLES)/aac/ct_faac-adts.aac -acodec copy FATE_TESTS += fate-aasc fate-aasc: CMD = framecrc -i $(SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24 FATE_TESTS += fate-adpcm-ea-r2 fate-adpcm-ea-r2: CMD = crc -i $(SAMPLES)/ea-mpc/THX_logo.mpc -vn FATE_TESTS += fate-adpcm-ea-r3 fate-adpcm-ea-r3: CMD = crc -i $(SAMPLES)/ea-vp6/THX_logo.vp6 -vn +FATE_TESTS += fate-adts-demux +fate-adts-demux: CMD = crc -i $(SAMPLES)/aac/ct_faac-adts.aac -acodec copy FATE_TESTS += fate-aea-demux fate-aea-demux: CMD = crc -i $(SAMPLES)/aea/chirp.aea -acodec copy FATE_TESTS += fate-alg-mm diff --git a/tests/ref/fate/aac-demux b/tests/ref/fate/aac-demux deleted file mode 100644 index 744ae64..0000000 --- a/tests/ref/fate/aac-demux +++ /dev/null @@ -1 +0,0 @@ -CRC=0xbda37454 diff --git a/tests/ref/fate/adts-demux b/tests/ref/fate/adts-demux new file mode 100644 index 0000000..744ae64 --- /dev/null +++ b/tests/ref/fate/adts-demux @@ -0,0 +1 @@ +CRC=0xbda37454 -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
