mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
lavf/utils: suggest what to do in case of missing codec information
In particular, fix trac issue #218.
This commit is contained in:
parent
a293549b32
commit
739ec710c4
@ -2721,7 +2721,8 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
||||
char buf[256];
|
||||
avcodec_string(buf, sizeof(buf), st->codec, 0);
|
||||
av_log(ic, AV_LOG_WARNING,
|
||||
"Could not find codec parameters for stream (%s): %s\n",
|
||||
"Could not find codec parameters for stream (%s): %s\n"
|
||||
"Consider increasing the value for the 'analyzeduration' and 'probesize' options\n",
|
||||
buf, errmsg);
|
||||
} else {
|
||||
ret = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user