summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate
diff options
context:
space:
mode:
authorTomas Härdin <tjoppen@acc.umu.se>2019-01-16 13:07:48 +0100
committerTomas Härdin <tjoppen@acc.umu.se>2019-02-19 21:29:03 +0100
commitabc5ac3cf5176189f43062f6a3e29fd012134613 (patch)
tree44a1e290a774daa64d8efdbd16dbfb1b735d9e6d /tests/ref/fate
parentf2e89fe4d34a7f53711ccea952331d2c77f04f19 (diff)
downloadffmpeg-streaming-abc5ac3cf5176189f43062f6a3e29fd012134613.zip
ffmpeg-streaming-abc5ac3cf5176189f43062f6a3e29fd012134613.tar.gz
palettegen: Fill with last color, not black
If we fill with black then the generated palette will have one color more than what the user requested. This also resulted in unwanted black specks in the output of paletteuse, especially when generating small palettes.
Diffstat (limited to 'tests/ref/fate')
-rw-r--r--tests/ref/fate/filter-palettegen-22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-palettegen-2 b/tests/ref/fate/filter-palettegen-2
index aa07b6c..9abec0f 100644
--- a/tests/ref/fate/filter-palettegen-2
+++ b/tests/ref/fate/filter-palettegen-2
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 16x16
#sar 0: 1/1
-0, 0, 0, 1, 1024, 0x906ff5aa
+0, 0, 0, 1, 1024, 0x23e072c8
OpenPOWER on IntegriCloud