From 20308dcd550d6bf33ae04c938a5c03da9d96cbac Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 May 2008 20:20:25 +0000 Subject: WinGui: - Changes -a auto to -a 1 (The CLI was throwing an error message with auto) - Misc other changes and code cleanup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1463 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/x264Panel.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/C#/Functions/x264Panel.cs') diff --git a/win/C#/Functions/x264Panel.cs b/win/C#/Functions/x264Panel.cs index e585a3939..0aeac2920 100644 --- a/win/C#/Functions/x264Panel.cs +++ b/win/C#/Functions/x264Panel.cs @@ -557,6 +557,7 @@ namespace Handbrake.Functions /* Change the option string to reflect the new mod settings */ mainWindow.rtf_x264Query.Text = changedOptString; } + /* * Used by on_x264_WidgetChange() * Called when the current x264 option string contains no options. @@ -920,6 +921,7 @@ namespace Handbrake.Functions } } } + /* * Take a single option and standardize it. Returns as a String * Input: String. - Single X264 Option. Name only -- cgit v1.2.3