[FFmpeg-cvslog] r11556 - trunk/libavdevice/x11grab.c
benoit
subversion
Fri Jan 18 12:27:28 CET 2008
Author: benoit
Date: Fri Jan 18 12:27:28 2008
New Revision: 11556
Log:
More verbose error log message.
Modified:
trunk/libavdevice/x11grab.c
Modified: trunk/libavdevice/x11grab.c
==============================================================================
--- trunk/libavdevice/x11grab.c (original)
+++ trunk/libavdevice/x11grab.c Fri Jan 18 12:27:28 2008
@@ -113,7 +113,7 @@ x11grab_read_header(AVFormatContext *s1,
}
if (!ap || ap->width <= 0 || ap->height <= 0 || ap->time_base.den <= 0) {
- av_log(s1, AV_LOG_ERROR, "AVParameters don't have any video size. Use -s.\n");
+ av_log(s1, AV_LOG_ERROR, "AVParameters don't have video size and/or rate. Use -s and -r.\n");
return AVERROR(EIO);
}
More information about the ffmpeg-cvslog
mailing list