diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-10-14 09:27:59 -0700 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-10-14 21:34:20 +0200 |
commit | f78cd0c243b9149c7f604ecf1006d78e344aa6ca (patch) | |
tree | 69541ec6cea2ec6d84166fa91326474e96eca21b /tests/ref | |
parent | 8aa80ec5e30ea8a3214cc7371ffbcf3ae3121113 (diff) | |
download | ffmpeg-streaming-f78cd0c243b9149c7f604ecf1006d78e344aa6ca.zip ffmpeg-streaming-f78cd0c243b9149c7f604ecf1006d78e344aa6ca.tar.gz |
prores-idct: fix overflow in c code.
Fix the fate ref for prores-422_proxy by reverting the changes to it
in commit f492df0927c42da174edb674857670fc50abc5dc
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/prores-422_proxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/prores-422_proxy b/tests/ref/fate/prores-422_proxy index e03c3fa..c9e454f 100644 --- a/tests/ref/fate/prores-422_proxy +++ b/tests/ref/fate/prores-422_proxy @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x3099e361 -0, 3003, 8294400, 0x3099e361 +0, 0, 8294400, 0x51d29320 +0, 3003, 8294400, 0x51d29320 |