[SCM] libav/experimental: add message saying that pgmyuv format is deprecated

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:37 UTC 2013


The following commit has been merged in the experimental branch:
commit 17ceb4f9d1b2ec2760604e8d52e0de2ca6008f9e
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Mar 12 10:24:36 2007 +0000

    add message saying that pgmyuv format is deprecated
    
    Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index fbb24db..48a77e8 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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list