Le septidi 27 nivôse, an CCXXIII, Timo Rothenpieler a écrit :
> +        av_reduce(&dw, &dh, avctx->sample_aspect_ratio.num, 
> avctx->sample_aspect_ratio.den, 4096);
> +        ctx->init_encode_params.darHeight = dw;
> +        ctx->init_encode_params.darWidth = dh;

Has this been actually tested? "dar" in the API does not seem to be the same
thing as sample_aspect_ratio in FFmpeg's API.

Regards,

-- 
  Nicolas George
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to