diff options
author | Jun Zhao <mypopydev@gmail.com> | 2016-06-24 15:06:08 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-20 12:07:38 +0200 |
commit | a06acfff76caf1eabc5e4fc6595905cdb5cb7045 (patch) | |
tree | 08d4486fc1bae9b8d067a89087775ffa4eee66cc | |
parent | 134fe28981cd94206cf4dcfd468ccc1b76391980 (diff) | |
download | ffmpeg-a06acfff76caf1eabc5e4fc6595905cdb5cb7045.tar.gz |
ffmpeg_opt: Delete duplicate “hwaccel_output_format” option.
Delete duplicate “hwaccel_output_format” option.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | ffmpeg_opt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 7785a304cb..68bd090c57 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 |