Rick Kern <kernrj <at> gmail.com> writes:

> +        if (status) {
> +            av_log(avctx,
> +                   AV_LOG_ERROR,
> +                   "Error setting pixel aspect ratio to %d:%d: %d.\n",
> +                   avctx->sample_aspect_ratio.num,
> +                   avctx->sample_aspect_ratio.den,
> +                   status);
> +
> +            return AVERROR_EXTERNAL;

Why is it necessary to quit here?
Especially since we don't know what aspects osx accepts.

Carl Eugen

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

Reply via email to