Commit 45604af2 authored by ramiro's avatar ramiro

vfwcap: Update error message:

- Verbose debug information is at max -v 9 now;
- Add an empty space for readability.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b0239dbd
......@@ -327,8 +327,8 @@ static int vfw_read_header(AVFormatContext *s, AVFormatParameters *ap)
av_set_pts_info(st, 32, 1, 1000);
if(codec->pix_fmt == -1) {
av_log(s, AV_LOG_ERROR, "Unknown compression type."
"Please report verbose (-v 99) debug information.\n");
av_log(s, AV_LOG_ERROR, "Unknown compression type. "
"Please report verbose (-v 9) debug information.\n");
vfw_read_close(s);
return AVERROR_PATCHWELCOME;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment