Remove BOM from UTF-8 files

I think some people need to change their IDE configuration ;)
This commit is contained in:
Bond_009
2024-08-30 15:29:48 +02:00
parent 9644e894f0
commit 97a02f5803
284 changed files with 284 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Jellyfin.MediaEncoding.Keyframes.FfTool;

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
namespace Jellyfin.MediaEncoding.Keyframes;

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.MediaEncoding.Keyframes.Matroska;
namespace Jellyfin.MediaEncoding.Keyframes.Matroska;
/// <summary>
/// Constants for the Matroska identifiers.

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using Jellyfin.MediaEncoding.Keyframes.Matroska.Extensions;

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.MediaEncoding.Keyframes.Matroska.Models;
namespace Jellyfin.MediaEncoding.Keyframes.Matroska.Models;
/// <summary>
/// The matroska Info segment.

View File

@@ -1,4 +1,4 @@
namespace Jellyfin.MediaEncoding.Keyframes.Matroska.Models;
namespace Jellyfin.MediaEncoding.Keyframes.Matroska.Models;
/// <summary>
/// The matroska SeekHead segment. All positions are relative to the Segment container.