From eb5501a4c545cfc755788682360f6ac8f26a8dfb Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 22 Mar 2010 15:59:21 +0100 Subject: Fixed bug reported by SurfaceCleanerZ --- streaminfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3