diff motion_est.c @ 4758:efeca638ad20 libavcodec

doxy comment tweaks
author lorenm
date Sat, 31 Mar 2007 23:58:33 +0000
parents e511820c4a97
children 4dbe6578f811
line wrap: on
line diff
--- a/motion_est.c	Sat Mar 31 22:39:43 2007 +0000
+++ b/motion_est.c	Sat Mar 31 23:58:33 2007 +0000
@@ -103,8 +103,8 @@
            + (chroma ? FLAG_CHROMA : 0);
 }
 
-/*! \brief compares two blocks, which may be full macroblocks or may be
-    partitions thereof.
+/*! \brief compares a block (either a full macroblock or a partition thereof)
+    against a proposed motion-compensated prediction of that block
  */
 static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby,
                       const int size, const int h, int ref_index, int src_index,