diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 18:11:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-30 18:51:15 +0100 |
commit | 65e0a3ccd823f21e0b8eb1f82b5a13fc33f21a04 (patch) | |
tree | 972f50b3b5126f437c96ec0db976936c47b7e6f1 /tests/ref/lavfi/pixfmts_pixdesctest | |
parent | a201639a01284003a055f195f4e850a0cf3fc2d5 (diff) | |
download | ffmpeg-65e0a3ccd823f21e0b8eb1f82b5a13fc33f21a04.tar.gz |
sws: fix BE/LE handling for fillPlane16()
Based on fill_plane9or10() by luca barbato
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavfi/pixfmts_pixdesctest')
-rw-r--r-- | tests/ref/lavfi/pixfmts_pixdesctest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavfi/pixfmts_pixdesctest b/tests/ref/lavfi/pixfmts_pixdesctest index 67e5925ce4..8844a1ce71 100644 --- a/tests/ref/lavfi/pixfmts_pixdesctest +++ b/tests/ref/lavfi/pixfmts_pixdesctest @@ -74,11 +74,11 @@ yuv444p16le 96a857dba8dc6792c58daec872825b32 yuv444p9be 07727e5c9040b7f0a17d591288ac330d yuv444p9le 4d12d20a68dc28618594c96c2ade4ff4 yuva420p 3a8c5c142e051367c196f95696e0e2c3 -yuva420p10be a3fd7193dc4abb551ab7f88b7e366d33 +yuva420p10be 1b7c5ec6691498e24676ce6ed97f62f8 yuva420p10le ad2d0424033e7acbafa6d58f59b4487e yuva420p16be 6afcf758f4b66c0b4173c942d42212d7 yuva420p16le 13e195aa96329eb49921b6f9f07b875c -yuva420p9be cb12ffe4ea54b118020b97d7bc0c7fe5 +yuva420p9be 05a78390de312dfd21ac666a9da05fbd yuva420p9le 78f5593bf51a31841ef83df41d0316eb yuva422p 45ae66d6f69fd5b77e6831e98d228bf4 yuva422p10be 90ce250a517843b3e8a1ac0f4fdad733 |