summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-12 10:24:36 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-03-12 10:24:36 +0000
commit17ceb4f9d1b2ec2760604e8d52e0de2ca6008f9e (patch)
treee57220d71cac254a0f524dc77f49f8cf11fe4b5f /ffmpeg.c
parentded669f83625fa00357c1ca74e55857c625b467a (diff)
add message saying that pgmyuv format is deprecated
Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
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);