]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
libopenmpt: set stream duration and fix time base
[ffmpeg] / ffmpeg_opt.c
index 7785a304cbc841913cc0570b5d6ef7b120bf0543..68bd090c57ba81d7033ffbc8ad07b16f69fc551f 100644 (file)
@@ -3384,9 +3384,6 @@ const OptionDef options[] = {
     { "hwaccel_output_format", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
                           OPT_SPEC | OPT_INPUT,                                  { .off = OFFSET(hwaccel_output_formats) },
         "select output format used with HW accelerated decoding", "format" },
-    { "hwaccel_output_format", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
-                          OPT_SPEC | OPT_INPUT,                                  { .off = OFFSET(hwaccel_output_formats) },
-        "select output format used with HW accelerated decoding", "format" },
 #if CONFIG_VDA || CONFIG_VIDEOTOOLBOX
     { "videotoolbox_pixfmt", HAS_ARG | OPT_STRING | OPT_EXPERT, { &videotoolbox_pixfmt}, "" },
 #endif