WerWolv / ImHex-Patterns

Hex patterns, include patterns and magic files for the use with the ImHex Hex Editor
https://github.com/WerWolv/ImHex
GNU General Public License v2.0
640 stars 168 forks source link

mp4: Use FixedPoint32 instead of u32 for width and height #248

Closed Shimogawa closed 3 months ago

Shimogawa commented 4 months ago

According to ISO/IEC 14496-12, the width and height fields should be fixed point 16.16.

WerWolv commented 3 months ago

Thank you!