diff options
Diffstat (limited to 'libhb/param.c')
-rw-r--r-- | libhb/param.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/param.c b/libhb/param.c index 578b6a27a..764ea5820 100644 --- a/libhb/param.c +++ b/libhb/param.c @@ -1157,7 +1157,7 @@ int hb_validate_filter_preset(int filter_id, const char *preset, const char *tune, const char *custom) { - if (preset == NULL && tune == NULL) + if (preset == NULL) return 1; int preset_count, tune_count; |