Add support for medium and large mp4 files (#413)

add support for medium and large mp4
This commit is contained in:
klirktag
2025-06-29 16:33:48 +02:00
committed by GitHub
parent 0b75336638
commit 1d41392215

View File

@@ -424,7 +424,7 @@ struct MovieBox : BaseBox {
};
struct MediaDataBox : BaseBox {
u8 data[while($ < endOffset)] [[sealed]];
std::mem::Bytes<boxSize - sizeof(size) - sizeof(type)> data;
};
struct Box {