insertSEI and contSPS are not default

The insertSEI (or forceSEI) option is broken. Until fixed, the option should not be on by default for H264/MVC.
This commit is contained in:
jcdr428 2022-04-04 20:52:21 +00:00
parent f567ccc6f8
commit 54215310a0

View File

@ -545,7 +545,8 @@ void TsMuxerWindow::onTsMuxerCodecInfoReceived()
}
codecInfo->descr = "Can't detect codec";
codecInfo->displayName = procStdOutput[i].mid(QString("Stream type: ").length());
if (codecInfo->displayName != "H.264" && codecInfo->displayName != "MVC")
// TODO: fix insertSEI option. Until then , the option is not default for H264/MVC
// if (codecInfo->displayName != "H.264" && codecInfo->displayName != "MVC")
{
codecInfo->addSEIMethod = 0;
codecInfo->addSPS = false;