Bug 1152236: OMX codec should use AnnexB as input format. r=jya

This commit is contained in:
Alfredo Yang 2015-04-09 01:18:00 +10:00
Родитель be1717c62e
Коммит 747b227596
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -55,7 +55,7 @@ PlatformDecoderModule::ConversionRequired
GonkDecoderModule::DecoderNeedsConversion(const mp4_demuxer::TrackConfig& aConfig) const
{
if (aConfig.IsVideoConfig()) {
return kNeedAVCC;
return kNeedAnnexB;
} else {
return kNeedNone;
}