2018-11-14 10:57 GMT+01:00, Jerome Borsboom <jerome.borsb...@carpalis.nl>:

> +    av_reduce(&avctx->sample_aspect_ratio.num,
> +              &avctx->sample_aspect_ratio.den,
> +              v->disp_horiz_size * v->aspect_ratio.num * h,
> +              v->disp_vert_size * v->aspect_ratio.den * w,
> +              1 << 30);

> +    ff_set_sar(avctx, avctx->sample_aspect_ratio);

I would have expected these two statements to be redundant -
am I wrong?

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

Reply via email to