[FFmpeg-devel] [PATCH]lavc/x264: Improve level setting

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jan 27 10:35:42 CET 2016


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

>          if (!strcmp(x4->level, "1b")) {
>              level_id = 9;
> +        } else if (atoi(x4->level) > 9) {
> +            level_id = atoi(x4->level);

Ping.

If this patch is not ok, please explain for 
what input it behaves incorrectly.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list