Small change to previous commit

master
jcdr428 2022-05-04 20:43:31 +00:00
parent 4816a65dfc
commit 41dfd71aaf
1 changed files with 7 additions and 10 deletions

View File

@ -190,18 +190,15 @@ void MuxerManager::checkTrackList(const vector<StreamInfo>& ci)
if (m_bluRayMode)
{
if (aacFound)
LTRACE(
LT_ERROR, 2,
"Warning! AAC codec is not standard for BD disks, the Blu-ray disk will not play in a Blu-ray player.");
LTRACE(LT_ERROR, 2,
"Warning! AAC codec is not standard for BD disks, the disk will not play in a Blu-ray player.");
else if (m_bluRayMode && mlpFound)
LTRACE(
LT_ERROR, 2,
"Warning! MLP codec is not standard for BD disks, the Blu-ray disk will not play in a Blu-ray player.");
LTRACE(LT_ERROR, 2,
"Warning! MLP codec is not standard for BD disks, the disk will not play in a Blu-ray player.");
else if (m_bluRayMode && (V3_flags & DV) && !(V3_flags & NON_DV_TRACK))
LTRACE(
LT_ERROR, 2,
"Warning! Dolby Vision Double Layer Single Tracks are not standard for BD disks, the Blu-ray disk will "
"not play in a Blu-ray player.");
LTRACE(LT_ERROR, 2,
"Warning! Dolby Vision Double Layer Single Tracks are not standard for BD disks, the disk will "
"not play in a Blu-ray player.");
}
if (!avcFound && mvcFound)
THROW(ERR_INVALID_STREAMS_SELECTED,