summaryrefslogtreecommitdiff
path: root/streaminfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'streaminfo.cpp')
-rw-r--r--streaminfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaminfo.cpp b/streaminfo.cpp
index df789a4..f21e693 100644
--- a/streaminfo.cpp
+++ b/streaminfo.cpp
@@ -52,7 +52,7 @@ unsigned AcMod:
if (ac3hdr->FrameSizeIndex>=38) return false; // reserved
maContext->Audio.Info.Channels=0;
- int lfe_bitmask = 0x0;
+ unsigned int lfe_bitmask = 0x0;
switch (ac3hdr->AcMod)
{