Opened 12 years ago
Closed 12 years ago
#1954 closed enhancement (duplicate)
swscale: please support planar RGB (GBRP) output
Reported by: | gjdfgh | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | swscale |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Planar RGB is surprisingly useful for algorithms that can work on both RGB and YUV colorspaces. (Especially if you want a cheap way to add RGB support to YUV code.) For these uses, it's really impractical that you can't use libswscale to convert input image data to GBRP.
Conversion to planar RGB should work with any input pixel format, and at least sws_isSupportedOutput(AV_PIX_FMT_GBRP) should return true.
Note:
See TracTickets
for help on using tickets.
Duplicate of ticket #1757.