]> git.sesse.net Git - ffmpeg/commitdiff
Mention lowres if SDL can't provide the needed resolution.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 17 Aug 2010 08:13:14 +0000 (08:13 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Tue, 17 Aug 2010 08:13:14 +0000 (08:13 +0000)
Originally committed as revision 24802 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index 8244dfafa36253e5b812f47853aab9e6e471d358..efc079be4fd9eaa3ebd0338b90f56426be88e946 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -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();
     }