354
354
if (ci->toRGB_convert_ctx == NULL) {
355
355
av_log(NULL, AV_LOG_ERROR,
356
356
"Cannot initialize the toRGB conversion context\n");
359
359
// img_convert parameters are 2 first destination, then 4 source
360
360
// sws_scale parameters are context, 4 first source, then 2 destination