diff options
Diffstat (limited to 'streaminfo.cpp')
-rw-r--r-- | streaminfo.cpp | 2 |
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) { |