提交 aa78a6d6 编写于 作者: C Carl Eugen Hoyos

Mention lowres if SDL can't provide the needed resolution.

Originally committed as revision 24802 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 cb036f90
......@@ -1377,7 +1377,7 @@ static void alloc_picture(void *opaque)
/* SDL allocates a buffer smaller than requested if the video
* overlay hardware is unable to support the requested size. */
fprintf(stderr, "Error: the video system does not support an image\n"
"size of %dx%d pixels. Try using -vf \"scale=w:h\"\n"
"size of %dx%d pixels. Try using -lowres or -vf \"scale=w:h\"\n"
"to reduce the image size.\n", vp->width, vp->height );
do_exit();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册