mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Only complain about missing frame rate for video streams.
This commit is contained in:
parent
6e63867771
commit
1f7e9be0b0
@ -3062,6 +3062,7 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
||||
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]->codec->codec_type == AVMEDIA_TYPE_VIDEO &&
|
||||
strcmp(ic->iformat->name, "image2"))
|
||||
av_log(ic, AV_LOG_WARNING,
|
||||
"Stream #%d: not enough frames to estimate rate; "
|
||||
|
Loading…
x
Reference in New Issue
Block a user