diff options
author | jstebbins <[email protected]> | 2009-11-07 18:43:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-07 18:43:15 +0000 |
commit | 94fc7c3115a9275bfa3029717837666a8dbb9e89 (patch) | |
tree | 45caf98d96586fb52404a56f6f32b81f624736b6 | |
parent | ccca5789382f571a21edf068549a5bf85dfbbda4 (diff) |
LinGui: add parity to custom decomb and detelecine tooltips
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2919 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/ghb.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 8319f0e5b..f4e61db70 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -5747,7 +5747,7 @@ Encoders are most effecient when the video dimensions are aligned to some specif <object class="GtkEntry" id="PictureDetelecineCustom"> <property name="width_chars">8</property> <property name="tooltip-text" translatable="yes">Custom detelecine filter string format - JunkLeft:JunkRight:JunkTop:JunkBottom:StrictBreaks:MetricPlane</property> + JunkLeft:JunkRight:JunkTop:JunkBottom:StrictBreaks:MetricPlane:Parity</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> @@ -5832,7 +5832,7 @@ The classic deinterlace filter is applied to all frames. Frames that are not int <object class="GtkEntry" id="PictureDecombCustom"> <property name="width_chars">8</property> <property name="tooltip-text" translatable="yes">Custom decomb filter string format - Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight:MagnitudeThres:VarianceThres:LaplacianThresh:DilationThresh:ErosionThresh:NoiseThresh:MaxSearchDistance:PostProcessing</property> + Mode:SpatialMetric:MotionThresh:SpatialThresh:BlockThresh:BlockWidth:BlockHeight:MagnitudeThres:VarianceThres:LaplacianThresh:DilationThresh:ErosionThresh:NoiseThresh:MaxSearchDistance:PostProcessing:Parity</property> <signal name="changed" handler="setting_widget_changed_cb"/> </object> <packing> |