mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes fate-qtrle-32bit on big-endian. The macro does a simple byte swap on uint8 array without any casts, so it's valid on big-endian arches. The mentioned test was failing because the byteswap function shuffle_bytes_3210_c() is used in the pixel format conversion (argb->bgra). Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>pull/371/head
parent
0320dab265
commit
1200264fc4
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue