diff options
-rw-r--r-- | gtk/src/x264handler.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/src/x264handler.c b/gtk/src/x264handler.c index 11be36eb8..72883d85a 100644 --- a/gtk/src/x264handler.c +++ b/gtk/src/x264handler.c @@ -1038,10 +1038,6 @@ sanitize_x264opts(signal_user_data_t *ud, const gchar *options) { x264_remove_opt(split, x264_bpyramid_syns); } - if (!ghb_settings_get_boolean(ud->settings, "x264_cabac")) - { - x264_remove_opt(split, x264_trellis_syns); - } // Remove entries that match the defaults for (ii = 0; split[ii] != NULL; ii++) { |