diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-06 15:32:44 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-07 13:38:23 -0500 |
commit | 77c5b66cbec5a04c846b0dd3997c898146334b60 (patch) | |
tree | 9a1986e4dca17d8dc6fea73bb7de49bdf91fe1e9 /tests/ref/acodec | |
parent | 34093ba0819c8f00f024a49cc2cebe0400f020d4 (diff) | |
download | ffmpeg-77c5b66cbec5a04c846b0dd3997c898146334b60.tar.gz |
g722enc: set frame_size, and also handle an odd number of input samples
The fate reference is updated because the previous test skipped a sample in
each encode() call due each input frame having an odd number of samples.
Diffstat (limited to 'tests/ref/acodec')
-rw-r--r-- | tests/ref/acodec/g722 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/acodec/g722 b/tests/ref/acodec/g722 index a1fc72a3bb..6ea492ae45 100644 --- a/tests/ref/acodec/g722 +++ b/tests/ref/acodec/g722 @@ -1,4 +1,4 @@ -b380355e0360b4e50ee78f33fd60a0f5 *./tests/data/acodec/g722.wav -47991 ./tests/data/acodec/g722.wav -82fdd5bb059336e0550de7ba5947c5bb *./tests/data/g722.acodec.out.wav -stddev: 8860.44 PSNR: 17.38 MAXDIFF:33814 bytes: 191732/ 1058400 +1975cc4a3521e374b33ae042e182f6b6 *./tests/data/acodec/g722.wav +48053 ./tests/data/acodec/g722.wav +ade04cdcf249e6946395f109b077dd62 *./tests/data/g722.acodec.out.wav +stddev: 8841.24 PSNR: 17.40 MAXDIFF:36225 bytes: 191980/ 1058400 |