Add AOMDecoder

Port the VPXDecoder interface to libaom which uses the same api with the names changed.
This commit is contained in:
trav90 2018-10-15 22:09:04 -05:00 • committed by Roy Tam
commit 19743f8e4d
3 changed files with 314 additions and 0 deletions

View file

@ -55,6 +55,14 @@ if CONFIG['MOZ_FFMPEG']:
'ffmpeg',
]
if CONFIG['MOZ_AV1']:
EXPORTS += [
'agnostic/AOMDecoder.h',
]
UNIFIED_SOURCES += [
'agnostic/AOMDecoder.cpp',
]
if CONFIG['MOZ_APPLEMEDIA']:
EXPORTS += [
'apple/AppleDecoderModule.h',