X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg_opt.c;h=68bd090c57ba81d7033ffbc8ad07b16f69fc551f;hb=de625312862a99500ce7aa1703b5d783ae66d704;hp=7785a304cbc841913cc0570b5d6ef7b120bf0543;hpb=ae753dbd0de448b51f0e0b980c26b94747ec44f5;p=ffmpeg diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 7785a304cbc..68bd090c57b 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -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