diff options
-rw-r--r-- | libhb/preset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/preset.c b/libhb/preset.c index e1097283e..ec0c9b26c 100644 --- a/libhb/preset.c +++ b/libhb/preset.c @@ -206,6 +206,8 @@ static int presets_do(preset_do_f do_func, hb_value_t *preset, continue; } ii++; + if (result == PRESET_DO_SKIP) + return PRESET_DO_NEXT; if (result != PRESET_DO_NEXT) return result; } |