]> git.sesse.net Git - ffmpeg/commitdiff
ffmpeg_opt: remove unused variable and undocumented and not working command line...
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 31 May 2014 03:02:35 +0000 (05:02 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 7 Jun 2014 19:13:08 +0000 (21:13 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt.c

index aabcfc0446899227749778bc33d416b58e1f80c2..15a82bf637896773e8256cb0743c501cf75219dd 100644 (file)
@@ -104,7 +104,6 @@ float max_error_rate  = 2.0/3;
 static int intra_only         = 0;
 static int file_overwrite     = 0;
 static int no_file_overwrite  = 0;
-static int video_discard      = 0;
 static int intra_dc_precision = 8;
 static int do_psnr            = 0;
 static int input_sync;
@@ -2875,8 +2874,6 @@ const OptionDef options[] = {
         "deprecated use -g 1" },
     { "vn",           OPT_VIDEO | OPT_BOOL  | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,{ .off = OFFSET(video_disable) },
         "disable video" },
-    { "vdt",          OPT_VIDEO | OPT_INT | HAS_ARG | OPT_EXPERT ,               { &video_discard },
-        "discard threshold", "n" },
     { "rc_override",  OPT_VIDEO | HAS_ARG | OPT_EXPERT  | OPT_STRING | OPT_SPEC |
                       OPT_OUTPUT,                                                { .off = OFFSET(rc_overrides) },
         "rate control override for specific intervals", "override" },