summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-09-15 15:24:53 +0000
committerjstebbins <[email protected]>2009-09-15 15:24:53 +0000
commit12436c6dd2b5a4356f925fd586bccab21c21dcf7 (patch)
tree5fd1401e3260ade5b9de743b393603e16a2fda09 /gtk/src/ghb.ui
parentf633abf9870301c5dacbcb7487de1d2942fbcc1c (diff)
LinGui: add mbtree checkbox to x264 settings tab
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2824 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui23
1 files changed, 19 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index 00d004ceb..6899521ff 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -3176,6 +3176,21 @@ no-dct-decimate=0:cabac=1</property>
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="x264_mbtree">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip-text" translatable="yes">Using macroblock tree ratecontrol overall improves compression.</property>
+ <property name="label" translatable="yes">Macroblock Tree Rate Control</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ <signal handler="x264_widget_changed_cb" name="toggled"/>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkCheckButton" id="x264_no_fast_pskip">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -3187,7 +3202,7 @@ no-dct-decimate=0:cabac=1</property>
<signal handler="x264_widget_changed_cb" name="toggled"/>
</object>
<packing>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -3202,7 +3217,7 @@ no-dct-decimate=0:cabac=1</property>
<signal handler="x264_widget_changed_cb" name="toggled"/>
</object>
<packing>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
<child>
@@ -3217,7 +3232,7 @@ no-dct-decimate=0:cabac=1</property>
<signal handler="x264_widget_changed_cb" name="toggled"/>
</object>
<packing>
- <property name="position">4</property>
+ <property name="position">5</property>
</packing>
</child>
<child>
@@ -3285,7 +3300,7 @@ no-dct-decimate=0:cabac=1</property>
</child>
</object>
<packing>
- <property name="position">5</property>
+ <property name="position">6</property>
</packing>
</child>
</object>