]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dsputil.c
Simplify RGB32 png encoding.
[ffmpeg] / libavcodec / dsputil.c
index 4c13cb3ca48c7bc424e2d16980de179e0443296f..80ed6503fadc3400f1d85a2813400ce3b0e0193e 100644 (file)
@@ -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