diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-11-22 23:12:51 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2014-11-23 06:51:18 +0100 |
commit | 6369a7b742bd64e7ded377fe79a5d723379ce08d (patch) | |
tree | b499b386e60267de3a4774b86f6888fb878d1eef /tests/ref | |
parent | d0682b5eb0d9b6d2c1bc8d03e7ab87c29bb08abc (diff) | |
download | ffmpeg-6369a7b742bd64e7ded377fe79a5d723379ce08d.tar.gz |
xface: Fix encoder crashes due to too small on-stack array.
Also add a FATE test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/vsynth/vsynth1-xface | 4 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-xface | 4 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth3-xface | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/vsynth/vsynth1-xface b/tests/ref/vsynth/vsynth1-xface new file mode 100644 index 0000000000..3b916c669a --- /dev/null +++ b/tests/ref/vsynth/vsynth1-xface @@ -0,0 +1,4 @@ +487c3e53249f7b9f16e04257295998de *tests/data/fate/vsynth1-xface.nut +19746 tests/data/fate/vsynth1-xface.nut +42d8261bb538b8789840ac085f7fc4d2 *tests/data/fate/vsynth1-xface.out.rawvideo +stddev: 103.88 PSNR: 7.80 MAXDIFF: 254 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth2-xface b/tests/ref/vsynth/vsynth2-xface new file mode 100644 index 0000000000..5f60d66912 --- /dev/null +++ b/tests/ref/vsynth/vsynth2-xface @@ -0,0 +1,4 @@ +6a1a7b467eeab2795510e7dd1ca528ff *tests/data/fate/vsynth2-xface.nut +17504 tests/data/fate/vsynth2-xface.nut +6d87881d630439d02c7a97f468d67a1c *tests/data/fate/vsynth2-xface.out.rawvideo +stddev: 99.01 PSNR: 8.22 MAXDIFF: 238 bytes: 7603200/ 7603200 diff --git a/tests/ref/vsynth/vsynth3-xface b/tests/ref/vsynth/vsynth3-xface new file mode 100644 index 0000000000..f98a5c5e50 --- /dev/null +++ b/tests/ref/vsynth/vsynth3-xface @@ -0,0 +1,4 @@ +f399a6b312d0a2d873b8a3bc761c5eba *tests/data/fate/vsynth3-xface.nut +15696 tests/data/fate/vsynth3-xface.nut +eafdc027c9c36f96e71e91a5682a0d2e *tests/data/fate/vsynth3-xface.out.rawvideo +stddev: 97.22 PSNR: 8.37 MAXDIFF: 236 bytes: 86700/ 86700 |