summaryrefslogtreecommitdiffstats
path: root/core/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/command.c')
-rw-r--r--core/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/command.c b/core/command.c
index 7445ab06d7..05f361be31 100644
--- a/core/command.c
+++ b/core/command.c
@@ -2000,6 +2000,8 @@ static void change_filters(MPContext *mpctx, enum stream_type mediatype,
option = "af";
list = &opts->af_settings;
break;
+ default:
+ abort();
}
// The option parser is used to modify the filter list itself.