From 326fd32ef64badc9f95fcbeb0ca71799fcb10cc1 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 8 Mar 2012 01:34:00 +0100 Subject: [PATCH] Fixed detection of bit depth. --- src/Thread_FileAnalyzer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Thread_FileAnalyzer.cpp b/src/Thread_FileAnalyzer.cpp index f56b59f7..40fae4c8 100644 --- a/src/Thread_FileAnalyzer.cpp +++ b/src/Thread_FileAnalyzer.cpp @@ -110,6 +110,7 @@ const char *FileAnalyzer::g_tags_aud[] = "Format_Version", "Channel(s)", "SamplingRate", + "BitDepth", "BitRate", "BitRate_Mode", NULL