From 17ceb4f9d1b2ec2760604e8d52e0de2ca6008f9e Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 12 Mar 2007 10:24:36 +0000 Subject: add message saying that pgmyuv format is deprecated Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index fbb24dbb41..48a77e844b 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2027,6 +2027,7 @@ static void opt_format(const char *arg) pgmyuv_compatibility_hack=1; // opt_image_format(arg); arg = "image2"; + fprintf(stderr, "pgmyuv format is deprecated, use image2\n"); } file_iformat = av_find_input_format(arg); -- cgit v1.2.3