mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
add message saying that pgmyuv format is deprecated
Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ded669f836
commit
17ceb4f9d1
1
ffmpeg.c
1
ffmpeg.c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user