mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
Mention lowres if SDL can't provide the needed resolution.
Originally committed as revision 24802 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cb036f905f
commit
aa78a6d657
2
ffplay.c
2
ffplay.c
@ -1377,7 +1377,7 @@ static void alloc_picture(void *opaque)
|
|||||||
/* SDL allocates a buffer smaller than requested if the video
|
/* SDL allocates a buffer smaller than requested if the video
|
||||||
* overlay hardware is unable to support the requested size. */
|
* overlay hardware is unable to support the requested size. */
|
||||||
fprintf(stderr, "Error: the video system does not support an image\n"
|
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 );
|
"to reduce the image size.\n", vp->width, vp->height );
|
||||||
do_exit();
|
do_exit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user