Skip to content

Commit 2b223cf

Browse files
committed
cleanup
1 parent 826facd commit 2b223cf

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

ff-utils-winforms/UI/Tasks/QuickConvertUi.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ public static void InitBurnCombox()
325325

326326
#region Metadata Tab
327327

328-
//public static List<UniqueMetadataEntry> metaEntries = new List<UniqueMetadataEntry>();
329-
330328
public static void LoadMetadataGrid()
331329
{
332330
if (TrackList.current == null)
@@ -344,8 +342,6 @@ public static void LoadMetadataGrid()
344342
grid.Columns.Add("2", "Lang");
345343
}
346344

347-
//GetMetadata();
348-
349345
grid.Rows.Clear();
350346

351347
if (TrackList.current != null)

ff-utils-winforms/Utils/ColorDataUtils.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,6 @@ public static async Task SetColorData(string path, VideoColorData d)
151151
try
152152
{
153153
string tmpPath = IoUtils.FilenameSuffix(path, ".tmp");
154-
//string args = $"-o {tmpPath.Wrap()} " +
155-
// $"--colour-matrix 0:{d.ColorMatrixCoeffs} " +
156-
// $"--colour-range 0:{d.ColorRange} " +
157-
// $"--colour-transfer-characteristics 0:{d.ColorTransfer} " +
158-
// $"--colour-primaries 0:{d.ColorPrimaries} " +
159-
// $"--max-luminance 0:{d.LumaMax} " +
160-
// $"--min-luminance 0:{d.LumaMin} " +
161-
// $"--chromaticity-coordinates 0:{d.RedX},{d.RedY},{d.GreenX},{d.GreenY},{d.BlueX},{d.BlueY} " +
162-
// $"--max-content-light 0:{d.MaxCll} " +
163-
// $"--max-frame-light 0:{d.MaxFall} " +
164-
// $"{path.Wrap()}";
165154

166155
List<string> args = new List<string>();
167156

0 commit comments

Comments
 (0)