[FFmpeg-devel] [PATCH]Do not suggest to increase the probesize for image2 files

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Sep 17 00:55:38 CEST 2013


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

>          for (i = 0; i < ic->nb_streams; i++)
>              if (!ic->streams[i]->r_frame_rate.num &&
> -                ic->streams[i]->info->duration_count <= 1)
> +                ic->streams[i]->info->duration_count <= 1 &&
> +                strcmp(ic->iformat->name, "image2"))
>                  av_log(ic, AV_LOG_WARNING,

Merged by Michael.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list