[FFmpeg-cvslog] r19541 - trunk/libavdevice/vfwcap.c
ramiro
subversion
Thu Jul 30 18:16:44 CEST 2009
Author: ramiro
Date: Thu Jul 30 18:16:43 2009
New Revision: 19541
Log:
vfwcap: Update error message:
- Verbose debug information is at max -v 9 now;
- Add an empty space for readability.
Modified:
trunk/libavdevice/vfwcap.c
Modified: trunk/libavdevice/vfwcap.c
==============================================================================
--- trunk/libavdevice/vfwcap.c Thu Jul 30 17:05:33 2009 (r19540)
+++ trunk/libavdevice/vfwcap.c Thu Jul 30 18:16:43 2009 (r19541)
@@ -327,8 +327,8 @@ static int vfw_read_header(AVFormatConte
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;
}
More information about the ffmpeg-cvslog
mailing list