diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-01-20 22:12:35 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2013-01-20 22:12:35 -0800 |
commit | e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0 (patch) | |
tree | 372ff5d7a56c1ea732d01ee4051293bf0309162b /tests/ref/vsynth/vsynth1-wmv2 | |
parent | 8a4f26206d7914eaf2903954ce97cb7686933382 (diff) | |
download | ffmpeg-e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0.tar.gz |
wmv2: move IDCT to its own DSP context.
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose
other than to be able to select the WMV2 IDCT for MPEG (or vice versa)
and get corrupt output.
Fate tests for all wmv2-related tests change, because (for some obscure
reason) they forced use of the MPEG IDCT. You would get the same changes
previously by not using -idct simple in the fate test (or replacing it
with -idct auto).
Diffstat (limited to 'tests/ref/vsynth/vsynth1-wmv2')
-rw-r--r-- | tests/ref/vsynth/vsynth1-wmv2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/vsynth/vsynth1-wmv2 b/tests/ref/vsynth/vsynth1-wmv2 index 82efc62205..6a3cd3be78 100644 --- a/tests/ref/vsynth/vsynth1-wmv2 +++ b/tests/ref/vsynth/vsynth1-wmv2 @@ -1,4 +1,4 @@ -fc0796c6c49a18034cef008d61c0d964 *tests/data/fate/vsynth1-wmv2.avi -659840 tests/data/fate/vsynth1-wmv2.avi -5182edba5b5e0354b39ce4f3604b62da *tests/data/fate/vsynth1-wmv2.out.rawvideo -stddev: 7.97 PSNR: 30.09 MAXDIFF: 110 bytes: 7603200/ 7603200 +3c8a93fa645574f5b11eb51cf0efd227 *tests/data/fate/vsynth1-wmv2.avi +659162 tests/data/fate/vsynth1-wmv2.avi +2d61f24836d54766e8d370f243d83dcd *tests/data/fate/vsynth1-wmv2.out.rawvideo +stddev: 7.97 PSNR: 30.09 MAXDIFF: 105 bytes: 7603200/ 7603200 |