Use in-tree dav1d for AV1 decoding

This commit is contained in:
Basilisk-Dev 2026-05-11 09:43:27 -04:00 committed by wuggy
commit d60dac8ecd
9 changed files with 1684 additions and 373 deletions

View file

@ -4,9 +4,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/Preferences.h"
#ifdef MOZ_AV1
#include "AOMDecoder.h"
#endif
#include "MediaPrefs.h"
#include "MediaDecoderStateMachine.h"
#include "WebMDemuxer.h"
@ -136,4 +133,3 @@ WebMDecoder::GetMozDebugReaderData(nsAString& aString)
}
} // namespace mozilla