X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftexturedsp.c;h=5012245a26ea39c2d45c1bea7e826173fc94b9dd;hb=e3842e87f2f03f8e2053cd4f5b7354e0274c2110;hp=c5e6cc627031107a42d1258e97430a790b623063;hpb=82439dec0fbf8a31159327ddf57096a0013109b9;p=ffmpeg diff --git a/libavcodec/texturedsp.c b/libavcodec/texturedsp.c index c5e6cc62703..5012245a26e 100644 --- a/libavcodec/texturedsp.c +++ b/libavcodec/texturedsp.c @@ -167,7 +167,7 @@ static inline void dxt3_block_internal(uint8_t *dst, ptrdiff_t stride, } } -/** Convert a premultiplied alpha pixel to a straigth alpha pixel. */ +/** Convert a premultiplied alpha pixel to a straight alpha pixel. */ static av_always_inline void premult2straight(uint8_t *src) { int r = src[0];