patterns/mp4: Make handler_type into a char[4], which reflects how it is used (#193)

make handler_type into a char[4], which reflects how it is used
This commit is contained in:
klirktag
2023-11-14 00:06:31 +01:00
committed by GitHub
parent 70f491d2fa
commit d7b0819ff0

View File

@@ -147,7 +147,7 @@ struct DataInformationBox : BaseBox {
struct HandlerBox : FullBox {
u32 component_type;
u32 handler_type;
char handler_type[4];
u32 reserved[3];
char name[endOffset - $];
};