mirror of https://github.com/FFmpeg/FFmpeg.git
These arrays are currently accessed via uint16_t* pointers although nothing guarantees their alignment. Furthermore, this is problematic wrt the effective-type rules. Fix this by using a union of arrays of uint8_t and uint16_t. Reviewed-by: Nuo Mi <nuomi2021@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>release/7.0
parent
1eafbc27e2
commit
ef04737e18
6 changed files with 14 additions and 13 deletions
Loading…
Reference in new issue