From 3d10271cd0bb061965c9883397876e768c3ee1e3 Mon Sep 17 00:00:00 2001 From: cjee21 <77721854+cjee21@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:13:37 +0800 Subject: [PATCH] Fix bug in IAB channel code mapping --- Source/MediaInfo/Audio/File_Iab.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/MediaInfo/Audio/File_Iab.cpp b/Source/MediaInfo/Audio/File_Iab.cpp index b94be7cc0..2cd4679b0 100644 --- a/Source/MediaInfo/Audio/File_Iab.cpp +++ b/Source/MediaInfo/Audio/File_Iab.cpp @@ -114,8 +114,8 @@ const char* Iab_Channel(int32u Code) }; if (Code<0x18) return Iab_Channel_Values[Code]; - if (Code>=0x80 && Code=0x80 && Code