#8509: Converting 8 bit ARGB to Prores 4444 using prores_ks produces alpha
channel
that is not 100% opaque
------------------------------------+-----------------------------------
Reporter: bford | Owner:
Type: defect | Status: open
Priority: normal | Component: swscale
Version: git-master | Resolution:
Keywords: prores | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Comment (by bford):
I can't figure out how to comment on the patch, but should this line of
the patch
dst[i]= (pal[d] >> 24)<<6 | pal[d]>>2;
dst[i]= (pal[d] >> 24)<<6 | ((pal[d] >> 24) >> 2);
?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8509#comment:10>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".