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 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
