summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-22 15:59:21 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-22 15:59:21 +0100
commiteb5501a4c545cfc755788682360f6ac8f26a8dfb (patch)
treeac5e2862a469b34cfb71e588a6d9be82b1c1a9d2
parent77cb11390a037f328ba49d7cd558edde9df44e52 (diff)
downloadvdr-plugin-markad-eb5501a4c545cfc755788682360f6ac8f26a8dfb.tar.gz
vdr-plugin-markad-eb5501a4c545cfc755788682360f6ac8f26a8dfb.tar.bz2
Fixed bug reported by SurfaceCleanerZ
-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)
{