mirror of
https://github.com/aaru-dps/Aaru.Decryption.git
synced 2025-12-16 19:24:33 +00:00
Annotate or remove unused elements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user