summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index 413181b530..8077e0369f 100644
--- a/player/command.c
+++ b/player/command.c
@@ -1561,8 +1561,8 @@ static int probe_deint_filters(struct MPContext *mpctx)
if (pref > 0 && pref <= 4) {
const char *types[] =
{"", "first-field", "bob", "temporal", "temporal-spatial"};
- mp_snprintf_append(filter, sizeof(filter), ":deint-mode=%s",
- types[pref]);
+ mp_snprintf_cat(filter, sizeof(filter), ":deint-mode=%s",
+ types[pref]);
}
probe_deint_filter(mpctx, filter);