aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-14 22:30:44 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-14 22:30:44 +0000
commit9286699a67ed0c2ece48b9bc676690a484a70e7c (patch)
tree86fc2304ae6da65918f40ead9960a04319851901 /ffmpeg.c
parentb43ff7e2b0e54ded60bd73325217153b68b86f65 (diff)
downloadffmpeg-9286699a67ed0c2ece48b9bc676690a484a70e7c.tar.gz
disable redundant image formats, otherwise we wont get any bugreports about -f image2
Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 7769bbfece..b9397dbdf6 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2019,7 +2019,7 @@ static void opt_format(const char *arg)
/* compatibility stuff for pgmyuv */
if (!strcmp(arg, "pgmyuv")) {
pgmyuv_compatibility_hack=1;
- opt_image_format(arg);
+// opt_image_format(arg);
arg = "image2";
}