--- avplay.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avplay.c b/avplay.c index 4d21234..a90d066 100644 --- a/avplay.c +++ b/avplay.c @@ -1301,7 +1301,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 -lowres or -vf \"scale=w:h\"\n" + "size of %dx%d pixels. Try using -lowres or -filter:v \"scale=w:h\"\n" "to reduce the image size.\n", vp->width, vp->height ); do_exit(); } -- 1.7.1
_______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel