diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-16 22:42:53 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-20 10:23:57 -0400 |
commit | 03caef1bedf3b31d933cc32c3f3b44c598fdeb21 (patch) | |
tree | 4c4f252af2bb25d01f457ac076214e73e5bcaf62 /tests/ref/fate | |
parent | a6c8cca2a82c8cd9ffdaaa2af8b922b15ab035a7 (diff) | |
download | ffmpeg-03caef1bedf3b31d933cc32c3f3b44c598fdeb21.tar.gz |
FATE: replace the acodec-g726 test with 4 new encode/decode tests
Avoids resampling and channel mixing. This only tests the behavior
with respect to input and output audio rather than also testing changes
to the encoder or muxer that do not affect the resulting decoded output.
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/g726-encode-2bit | 1 | ||||
-rw-r--r-- | tests/ref/fate/g726-encode-3bit | 1 | ||||
-rw-r--r-- | tests/ref/fate/g726-encode-4bit | 1 | ||||
-rw-r--r-- | tests/ref/fate/g726-encode-5bit | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/fate/g726-encode-2bit b/tests/ref/fate/g726-encode-2bit new file mode 100644 index 0000000000..26a12190fc --- /dev/null +++ b/tests/ref/fate/g726-encode-2bit @@ -0,0 +1 @@ +MD5=215eaef5778a16e2bf4f3725a557f355 diff --git a/tests/ref/fate/g726-encode-3bit b/tests/ref/fate/g726-encode-3bit new file mode 100644 index 0000000000..f9c6940217 --- /dev/null +++ b/tests/ref/fate/g726-encode-3bit @@ -0,0 +1 @@ +MD5=0bebd949dfd5ac0ae3f2c3ceb2e3fac1 diff --git a/tests/ref/fate/g726-encode-4bit b/tests/ref/fate/g726-encode-4bit new file mode 100644 index 0000000000..6d03517164 --- /dev/null +++ b/tests/ref/fate/g726-encode-4bit @@ -0,0 +1 @@ +MD5=a21cfea116ab2179eabe5d84b6bfc09a diff --git a/tests/ref/fate/g726-encode-5bit b/tests/ref/fate/g726-encode-5bit new file mode 100644 index 0000000000..459ebb39f2 --- /dev/null +++ b/tests/ref/fate/g726-encode-5bit @@ -0,0 +1 @@ +MD5=9cad98cf5205bf76d6e9d1241e56141a |