aboutsummaryrefslogtreecommitdiff
path: root/BDInfo/TSCodecAC3.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BDInfo/TSCodecAC3.cs')
-rw-r--r--BDInfo/TSCodecAC3.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/BDInfo/TSCodecAC3.cs b/BDInfo/TSCodecAC3.cs
index 144141c30..35d306a19 100644
--- a/BDInfo/TSCodecAC3.cs
+++ b/BDInfo/TSCodecAC3.cs
@@ -1,4 +1,4 @@
-//============================================================================
+//============================================================================
// BDInfo - Blu-ray Video and Audio Analysis Tool
// Copyright © 2010 Cinema Squid
//
@@ -24,7 +24,7 @@ namespace BDInfo
{
public abstract class TSCodecAC3
{
- private static byte[] eac3_blocks = new byte[] { 1, 2, 3, 6 };
+ private static byte[] eac3_blocks = new byte[] { 1, 2, 3, 6 };
public static void Scan(
TSAudioStream stream,