summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-09-13 16:28:23 +0000
committerjstebbins <[email protected]>2010-09-13 16:28:23 +0000
commit427a2a77a298a9d5800f32bd8acaba63c33c3f9c (patch)
tree32d5c20b41fdc8b40f263b709a44902e03355695 /gtk
parentac533e33e5531f7909bdf67e3c9b6236ac465104 (diff)
LinGui: fix UI problem with trellis cavlc
forgot to remove some code that removed trellis from the option string when cabac is disabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3524 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/x264handler.c4
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++)
{