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:
parent
f567ccc6f8
commit
54215310a0
@ -545,7 +545,8 @@ void TsMuxerWindow::onTsMuxerCodecInfoReceived()
|
|||||||
}
|
}
|
||||||
codecInfo->descr = "Can't detect codec";
|
codecInfo->descr = "Can't detect codec";
|
||||||
codecInfo->displayName = procStdOutput[i].mid(QString("Stream type: ").length());
|
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->addSEIMethod = 0;
|
||||||
codecInfo->addSPS = false;
|
codecInfo->addSPS = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user