[FFmpeg-devel] [PATCH] avcodec/utvideoenc: switch to planar RGB formats

Paul B Mahol onemda at gmail.com
Sun Dec 31 16:16:16 EET 2017


On 12/31/17, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> 2017-12-31 10:48 GMT+01:00 Paul B Mahol <onemda at gmail.com>:
>
>>  static void mangle_rgb_planes(uint8_t *dst[4], ptrdiff_t dst_stride,
>
> Why don't you add a new function mangle_gbr_planes() and
> keep rgb encoding? The function is not very large.

No. UtVideo expect planar rgb and planar rgb should be given to it.

This is also to keep sync with decoder, which dropped rgb packed support.


More information about the ffmpeg-devel mailing list