diff options
author | James Almer <jamrial@gmail.com> | 2016-08-04 16:21:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-08-04 16:25:40 -0300 |
commit | 376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8 (patch) | |
tree | f3ce1d9feb7f9f6f8352a9966722ef546fb03f06 /tests/ref | |
parent | ce944e84892f1ba21602bd83b1a5d532dfdd1eda (diff) | |
download | ffmpeg-376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8.tar.gz |
avformat: add a TTA Muxer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/acodec/tta | 4 | ||||
-rw-r--r-- | tests/ref/lavf/mka | 3 | ||||
-rw-r--r-- | tests/ref/lavf/tta | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/tests/ref/acodec/tta b/tests/ref/acodec/tta index 0f60345679..8e183f9922 100644 --- a/tests/ref/acodec/tta +++ b/tests/ref/acodec/tta @@ -1,4 +1,4 @@ -6c260836d7a32e4bd714453a3546c0d5 *tests/data/fate/acodec-tta.matroska -331148 tests/data/fate/acodec-tta.matroska +847d065f082ac94825728b5f1af853eb *tests/data/fate/acodec-tta.tta +330583 tests/data/fate/acodec-tta.tta 95e54b261530a1bcf6de6fe3b21dc5f6 *tests/data/fate/acodec-tta.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/lavf/mka b/tests/ref/lavf/mka new file mode 100644 index 0000000000..962b2542f9 --- /dev/null +++ b/tests/ref/lavf/mka @@ -0,0 +1,3 @@ +b2e3746787b885d0191a1a26f3faa58f *./tests/data/lavf/lavf.mka +43654 ./tests/data/lavf/lavf.mka +./tests/data/lavf/lavf.mka CRC=0x3a1da17e diff --git a/tests/ref/lavf/tta b/tests/ref/lavf/tta new file mode 100644 index 0000000000..745e8d21bd --- /dev/null +++ b/tests/ref/lavf/tta @@ -0,0 +1,3 @@ +f2721d06704ac43d89fdd25835b43598 *./tests/data/lavf/lavf.tta +43200 ./tests/data/lavf/lavf.tta +./tests/data/lavf/lavf.tta CRC=0x3a1da17e |