mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavfi/delogo: 10l forgotten trailing NULL in shorthand.
Regression since de3e0ab3
.
This commit is contained in:
parent
c9a51c29fc
commit
8d84e90c9b
@ -172,7 +172,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
|
||||
{
|
||||
DelogoContext *delogo = ctx->priv;
|
||||
int ret = 0;
|
||||
static const char *shorthand[] = { "x", "y", "w", "h", "band" };
|
||||
static const char *shorthand[] = { "x", "y", "w", "h", "band", NULL };
|
||||
|
||||
delogo->class = &delogo_class;
|
||||
av_opt_set_defaults(delogo);
|
||||
|
Loading…
Reference in New Issue
Block a user