mirror of https://github.com/FFmpeg/FFmpeg.git
Avoids casts all over the place; in this case, it also replaces the unsafe cast uint8_t**->const uint8_t ** by the safe cast uint8_t**->const uint8_t * const*. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>release/7.0
parent
0b8e51b584
commit
280df9d0eb
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue