summaryrefslogtreecommitdiffstats
path: root/win/C#/frmEncodeOutput.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmEncodeOutput.cs')
-rw-r--r--win/C#/frmEncodeOutput.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/C#/frmEncodeOutput.cs b/win/C#/frmEncodeOutput.cs
index da1b653ac..7418a6002 100644
--- a/win/C#/frmEncodeOutput.cs
+++ b/win/C#/frmEncodeOutput.cs
@@ -12,7 +12,8 @@ namespace Handbrake
{
/*
- * This window should be used to display the RAW output of the handbrake CLI which is produced during the scan.
+ * This window will be used to display the raw output of hbcli.exe when it is encoding.
+ *
*/
public frmDVDData()
@@ -24,5 +25,10 @@ namespace Handbrake
{
this.Close();
}
+
+ private void frmDVDData_Load(object sender, EventArgs e)
+ {
+
+ }
}
} \ No newline at end of file