summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/QueryParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Functions/QueryParser.cs')
-rw-r--r--win/C#/Functions/QueryParser.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs
index a4bd1c1e5..681602ec4 100644
--- a/win/C#/Functions/QueryParser.cs
+++ b/win/C#/Functions/QueryParser.cs
@@ -774,6 +774,10 @@ namespace Handbrake.Functions
#endregion
//
+ //H264 tab and other
+ //
+ #region h264 and other
+ //
//H264 Tab
//
if (x264.Success != false)
@@ -785,6 +789,7 @@ namespace Handbrake.Functions
//Progam Options
//
thisQuery.q_verbose = verbose.Success;
+ #endregion
}
catch (Exception exc)
{