зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1152236: OMX codec should use AnnexB as input format. r=jya
This commit is contained in:
Родитель
be1717c62e
Коммит
747b227596
|
@ -55,7 +55,7 @@ PlatformDecoderModule::ConversionRequired
|
|||
GonkDecoderModule::DecoderNeedsConversion(const mp4_demuxer::TrackConfig& aConfig) const
|
||||
{
|
||||
if (aConfig.IsVideoConfig()) {
|
||||
return kNeedAVCC;
|
||||
return kNeedAnnexB;
|
||||
} else {
|
||||
return kNeedNone;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче