2017-12-09 2:35 GMT+01:00 Ronald S. Bultje <rsbul...@gmail.com>:
> Fixes trac issue #6884 and Netflix/vmaf issue #124.

> -    s->vmaf_score = compute_vmaf(format, s->width, s->height, read_frame, s,
> -                                 s->model_path, s->log_path, s->log_fmt, 0, 
> 0,
> -                                 s->enable_transform, s->phone_model, 
> s->psnr,
> -                                 s->ssim, s->ms_ssim, s->pool);
> +    s->error = compute_vmaf(&s->vmaf_score, format, s->width, s->height,
> +                            read_frame, s, s->model_path, s->log_path,
> +                            s->log_fmt, 0, 0, s->enable_transform,
> +                            s->phone_model, s->psnr, s->ssim,
> +                            s->ms_ssim, s->pool);

Sorry if I miss something:
This looks completely broken to me, how can the same function
of the same external library have two different amounts of
arguments (in C)?

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to