Message ID | 20231218095722.25879-18-anton@khirnov.net |
---|---|
State | Accepted |
Commit | 8d8c2b410fd5cdc51428c5e8d473f78b193a0b6c |
Headers | show |
Series | [FFmpeg-devel,01/20] fftools/ffmpeg_filter: only set framerate for video | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index 87357e8b64..d6de997af8 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -1955,7 +1955,7 @@ const OptionDef options[] = { { .func_arg = opt_data_codec }, "force data codec ('copy' to copy stream)", "codec", .u1.name_canon = "codec", }, - { "dn", OPT_TYPE_BOOL, OPT_VIDEO | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, + { "dn", OPT_TYPE_BOOL, OPT_DATA | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(data_disable) }, "disable data" }, #if CONFIG_VAAPI