add message saying that pgmyuv format is deprecated
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 12 Mar 2007 10:24:36 +0000 (10:24 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 12 Mar 2007 10:24:36 +0000 (10:24 +0000)
Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index fbb24db..48a77e8 100644 (file)
--- 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);