diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-08-17 08:13:14 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-08-17 08:13:14 +0000 |
commit | aa78a6d657ec180e013facacb708fd7fc2d4d25e (patch) | |
tree | 02760673470694e0d158c713f73ea434726e53a4 /ffplay.c | |
parent | cb036f905f6ffa7b0dfdb9c35471a8280e00214e (diff) | |
download | ffmpeg-aa78a6d657ec180e013facacb708fd7fc2d4d25e.tar.gz |
Mention lowres if SDL can't provide the needed resolution.
Originally committed as revision 24802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |