Am Di., 10. Sept. 2019 um 18:09 Uhr schrieb Linjie Fu <[email protected]>:
> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
