Merge pull request #532 from jcdr428/master

Prevent compiler warning
master
jcdr428 2022-01-02 13:49:04 +01:00 committed by GitHub
commit 6ec39bc5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -811,6 +811,10 @@ const std::string DTSStreamReader::getStreamInfo()
break;
case DTSHD_SUBTYPE::DTS_SUBTYPE_96:
str << " (DTS 96";
break;
case DTSHD_SUBTYPE::DTS_SUBTYPE_UNINITIALIZED:
case DTSHD_SUBTYPE::DTS_SUBTYPE_OTHER:
break;
}
if (hd_bitDepth > 16)