]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/bprint.c
avcodec/mpegvideo: Fix psnr calculation with slice threads
[ffmpeg] / libavutil / bprint.c
index 7786e3bce7301034b14b47bc70cf34706362ed66..0a0d07861b434598b1295e73a205cfd1baf34710 100644 (file)
@@ -356,7 +356,7 @@ int main(void)
     av_bprint_init(&b, 0, 1);
     bprint_pascal(&b, 25);
     printf("Long text in automatic buffer: %u/%u\n", (unsigned)strlen(b.str)/8*8, b.len);
-    /* Note that the size of the automatic buffer is arch-dependant. */
+    /* Note that the size of the automatic buffer is arch-dependent. */
 
     av_bprint_init(&b, 0, 0);
     bprint_pascal(&b, 25);