[FFmpeg-devel] [PATCH] avcodec/arm/hevcdsp_sao : add NEON optimization for sao
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sun Mar 11 14:54:29 EET 2018
2018-03-08 8:03 GMT+01:00 Yingming Fan <yingmingfan at gmail.com>:
> From: Meng Wang <wangmeng.kids at bytedance.com>
> + stride_dst /= sizeof(uint8_t);
> + stride_src /= sizeof(uint8_t);
FFmpeg requires sizeof(uint8_t) to be 1, please simplify
your patch accordingly.
Why is the wrapper function needed?
Carl Eugen
More information about the ffmpeg-devel
mailing list