On 10/8/2017 4:11 PM, Mark Thompson wrote:
> +    case FF_PROFILE_H264_BASELINE:
> +        // Baseline profile is not supported, assume the user meant
> +        // constrained baseline instead.
> +        avctx->profile = FF_PROFILE_H264_CONSTRAINED_BASELINE;

Trying to automatically (and silently!) guess what the user wanted
is never a good idea, IMO. At the very least, print a warning.

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

Reply via email to