mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
Add support for medium and large mp4 files (#413)
add support for medium and large mp4
This commit is contained in:
@@ -424,7 +424,7 @@ struct MovieBox : BaseBox {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct MediaDataBox : BaseBox {
|
struct MediaDataBox : BaseBox {
|
||||||
u8 data[while($ < endOffset)] [[sealed]];
|
std::mem::Bytes<boxSize - sizeof(size) - sizeof(type)> data;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Box {
|
struct Box {
|
||||||
|
|||||||
Reference in New Issue
Block a user