[FFmpeg-trac] #8509(swscale:open): Converting 8 bit ARGB to Prores 4444 using prores_ks produces alpha channel that is not 100% opaque
FFmpeg
trac at avcodec.org
Sat Feb 15 20:11:27 EET 2020
#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
More information about the FFmpeg-trac
mailing list