mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/5/head
parent
24eac3cff5
commit
6458a08700
7 changed files with 11 additions and 8 deletions
@ -1,3 +1,3 @@ |
||||
5112508 ./tests/data/vsynth1/zmbv.avi |
||||
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv |
||||
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200 |
||||
4ad1ca9de7c65eab68a619c54fffaec8 *./tests/data/zmbv.vsynth1.out.yuv |
||||
stddev: 8.61 PSNR: 29.43 MAXDIFF: 64 bytes: 7603200/ 7603200 |
||||
|
@ -1,3 +1,3 @@ |
||||
5116352 ./tests/data/vsynth2/zmbv.avi |
||||
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv |
||||
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200 |
||||
ee68a5292fd0745834246b4ec0d85e9b *./tests/data/zmbv.vsynth2.out.yuv |
||||
stddev: 8.12 PSNR: 29.94 MAXDIFF: 32 bytes: 7603200/ 7603200 |
||||
|
Loading…
Reference in new issue