Commit 17ceb4f9 authored by Baptiste Coudurier's avatar Baptiste Coudurier

add message saying that pgmyuv format is deprecated

Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ded669f8
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment