mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add VP8, VP9 and AV1 support to MP4 demuxer
This commit is contained in:
@@ -630,6 +630,7 @@ export const av1C = () => {
|
||||
|
||||
// The box contents are not correct like this, but its length is. Getting the values for the last three bytes
|
||||
// requires peeking into the bitstream of the coded chunks. Might come back later.
|
||||
// TODO
|
||||
return box('av1C', [
|
||||
firstByte,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user