diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-08 15:11:13 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-09 17:21:35 +0200 |
commit | 6458a08700a2d6df2e1930dc59c0ace5e5a67164 (patch) | |
tree | e20b1ea3e89fec58c28d7c42e75483265da1b920 /tests/ref/lavfi/pixfmts_null | |
parent | 24eac3cff54a5828ba76bc1ad93b99724cde45c1 (diff) | |
download | ffmpeg-6458a08700a2d6df2e1930dc59c0ace5e5a67164.tar.gz |
vf_scale: ensure the palette is set for output.
Since those are pseudo-palette formats, swscale does not write
into data[1], swscale must initialize the palette properly itself.
This lead to frames that actually decoded as all-gray before.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/ref/lavfi/pixfmts_null')
-rw-r--r-- | tests/ref/lavfi/pixfmts_null | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavfi/pixfmts_null b/tests/ref/lavfi/pixfmts_null index 1bae05ee45..a69cd23f31 100644 --- a/tests/ref/lavfi/pixfmts_null +++ b/tests/ref/lavfi/pixfmts_null @@ -22,7 +22,7 @@ monob 668ebe8b8103b9046b251b2fa8a1d88f monow 9251497f3b0634f1165d12d5a289d943 nv12 e0af357888584d36eec5aa0f673793ef nv21 9a3297f3b34baa038b1f37cb202b512f -pal8 dec8ed2258ec89b8a796f21cad4df867 +pal8 09b4a6a3167576627fe0540994c3eb24 rgb0 1ed8e8027126d283e6ed7359e81c56e4 rgb24 b41eba9651e1b5fe386289b506188105 rgb444be 9e89db334568c6b2e3d5d0540f4ba960 |