diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-10 18:38:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-10 19:58:14 +0200 |
commit | c486cfab792e53de3f5fc9f5082909ce687a3fe8 (patch) | |
tree | 42cdb9104ace2c3acdb0cfda3ad07e5ae37fe03a /tests/ref/lavf/gif | |
parent | cdd21f1f03c5d59aad8f0244b1be0f864d8416a7 (diff) | |
download | ffmpeg-streaming-c486cfab792e53de3f5fc9f5082909ce687a3fe8.zip ffmpeg-streaming-c486cfab792e53de3f5fc9f5082909ce687a3fe8.tar.gz |
avcodec/imgconvert: fix nb_components and depth for PAL8 in get_pix_fmt_score()
This causes us to favor RGB8 over PAL8 when FF_LOSS_COLORQUANT is used
It probably makes sense to reinvestigate the exact scoring of pal8 when
our pal8 support improves to be supperior to rgb8
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf/gif')
-rw-r--r-- | tests/ref/lavf/gif | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/gif b/tests/ref/lavf/gif index 4d90abe..531cd1e 100644 --- a/tests/ref/lavf/gif +++ b/tests/ref/lavf/gif @@ -1,3 +1,3 @@ -8aef8081e8afa445f63f320f4a1c5edb *./tests/data/lavf/lavf.gif -2030198 ./tests/data/lavf/lavf.gif +e35f5ea283bbcb249818e0078ec72664 *./tests/data/lavf/lavf.gif +2011766 ./tests/data/lavf/lavf.gif ./tests/data/lavf/lavf.gif CRC=0x0dc5477c |