X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdsputil.c;h=80ed6503fadc3400f1d85a2813400ce3b0e0193e;hb=4231bbbf4c54c22fbda6832002675b43f24d3802;hp=4c13cb3ca48c7bc424e2d16980de179e0443296f;hpb=95d6e5bdd58d5caaa52c57bad1e1d87df59fb7f8;p=ffmpeg diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 4c13cb3ca48..80ed6503fad 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -1824,7 +1824,7 @@ static void add_8x8basis_c(int16_t rem[64], int16_t basis[64], int scale){ } /** - * permutes an 8x8 block. + * Permute an 8x8 block. * @param block the block which will be permuted according to the given permutation vector * @param permutation the permutation vector * @param last the last non zero coefficient in scantable order, used to speed the permutation up