Commit db9ad8ed authored by bcoudurier's avatar bcoudurier

add message saying that pgmyuv format is deprecated

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8336 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 52c1fab8
...@@ -2027,6 +2027,7 @@ static void opt_format(const char *arg) ...@@ -2027,6 +2027,7 @@ static void opt_format(const char *arg)
pgmyuv_compatibility_hack=1; pgmyuv_compatibility_hack=1;
// opt_image_format(arg); // opt_image_format(arg);
arg = "image2"; arg = "image2";
fprintf(stderr, "pgmyuv format is deprecated, use image2\n");
} }
file_iformat = av_find_input_format(arg); 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