]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dsputil.h
Improve understanding ofavcodec_find_decoder()
[ffmpeg] / libavcodec / dsputil.h
index 63e1c474a973854d05178041c70792bed67f1f07..a14480a81da5cb79067ed221cbdd30af6639ba90 100644 (file)
@@ -144,7 +144,7 @@ static void a(uint8_t *block, const uint8_t *pixels, int line_size, int h){\
 
 /* motion estimation */
 // h is limited to {width/2, width, 2*width} but never larger than 16 and never smaller then 2
-// allthough currently h<4 is not used as functions with width <8 are not used and neither implemented
+// although currently h<4 is not used as functions with width <8 are neither used nor implemented
 typedef int (*me_cmp_func)(void /*MpegEncContext*/ *s, uint8_t *blk1/*align width (8 or 16)*/, uint8_t *blk2/*align 1*/, int line_size, int h)/* __attribute__ ((const))*/;