diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-12 10:24:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-12 10:24:36 +0000 |
commit | 17ceb4f9d1b2ec2760604e8d52e0de2ca6008f9e (patch) | |
tree | e57220d71cac254a0f524dc77f49f8cf11fe4b5f /ffmpeg.c | |
parent | ded669f83625fa00357c1ca74e55857c625b467a (diff) | |
download | ffmpeg-17ceb4f9d1b2ec2760604e8d52e0de2ca6008f9e.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |