diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-02-28 19:03:09 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-02-29 09:28:34 +0100 |
commit | 235d6932865fcfa686e5614ca609acefa8fed5c1 (patch) | |
tree | 3320d1d0627dac4f4c9d4682d78d7b4ef5f74b3e /tests | |
parent | 23bfcc066d468e2ec6159be2f5af3d5a59f40d79 (diff) | |
download | ffmpeg-235d6932865fcfa686e5614ca609acefa8fed5c1.tar.gz |
prores: handle 444 chroma in right order
ProRes codes chroma blocks in 444 mode in different order than luma blocks,
so make both decoder and encoder read/write chroma blocks in right order.
Reported by Phil Barrett
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/prores-alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha index 9aa916013b..80442fe7b5 100644 --- a/tests/ref/fate/prores-alpha +++ b/tests/ref/fate/prores-alpha @@ -1,3 +1,3 @@ #tb 0: 1/2997 -0, 0, 0, 0, 12441600, 0x9d3dc525 -0, 100, 100, 0, 12441600, 0x9d3dc525 +0, 0, 0, 0, 12441600, 0x254d8f95 +0, 100, 100, 0, 12441600, 0x254d8f95 |