Annotate or remove unused elements.

This commit is contained in:
2023-10-05 01:05:18 +01:00
parent 7786e94ee5
commit a85f1ce494
2 changed files with 6 additions and 0 deletions

View File

@@ -37,11 +37,15 @@
// http://www.mpucoder.com/DVD/vobov.html
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.InteropServices;
// ReSharper disable UnusedMember.Global
namespace Aaru.Decryption.DVD;
[SuppressMessage("ReSharper", "UnusedType.Global")]
public class MPEG
{
#region Mpeg2StreamId enum