From 5381c32a099538cc0e63d5393f26c6aa607b5eee Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 2 Jan 2015 21:18:44 +0000 Subject: WinGui: Bug fixes to the libhb json encode factory and surrounding classes. Encoding is now working, but some settings are not fully honoured yet. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6681 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs index 3666ce869..d857e75f5 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs @@ -469,7 +469,7 @@ namespace HandBrake.ApplicationServices.Services.Scan /// /// The convert titles. /// - private static List ConvertTitles(IEnumerable<Interop.Model.Scan.Title> titles, int featureTitle) + internal static List<Title> ConvertTitles(IEnumerable<Interop.Model.Scan.Title> titles, int featureTitle) { List<Title> titleList = new List<Title>(); foreach (Interop.Model.Scan.Title title in titles) -- cgit v1.2.3