[FFmpeg-devel] [PATCH 2/6] swscale: add swscale support for 422/444 decode outputs

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Sep 10 22:32:19 EEST 2019


Am Di., 10. Sept. 2019 um 18:09 Uhr schrieb Linjie Fu <linjie.fu at intel.com>:

> --- a/libswscale/output.c
> +++ b/libswscale/output.c
> @@ -2403,6 +2403,53 @@ yuv2ya8_X_c(SwsContext *c, const int16_t *lumFilter,
>  }
>
>  static void
> +yuv2ayuv_X_c(SwsContext *c, const int16_t *lumFilter,
> +                 const int16_t **lumSrc, int lumFilterSize,
> +                 const int16_t *chrFilter, const int16_t **chrUSrc,
> +                 const int16_t **chrVSrc, int chrFilterSize,
> +                 const int16_t **alpSrc, uint8_t *dest, int dstW, int y)

The commit message does not match this change.
Do I understand correctly that encoding is expected from AYUV
but not from the other formats?
Or is this the result of an earlier comment?
I don't know if splitting the patch would make it clearer.

Carl Eugen


More information about the ffmpeg-devel mailing list