[Ffmpeg-cvslog] r8336 - trunk/ffmpeg.c

bcoudurier subversion
Mon Mar 12 11:24:36 CET 2007


Author: bcoudurier
Date: Mon Mar 12 11:24:36 2007
New Revision: 8336

Modified:
   trunk/ffmpeg.c

Log:
add message saying that pgmyuv format is deprecated

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Mon Mar 12 11:24:36 2007
@@ -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);




More information about the ffmpeg-cvslog mailing list