]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/motion_est.c
sws: fix gray16_1
[ffmpeg] / libavcodec / motion_est.c
index c12ebf4c7cd5325e82d2407f3d35da9422270728..46068bfe3d7b03038f8ea6ffc7e8354547e16b47 100644 (file)
@@ -248,7 +248,7 @@ static int cmp_internal(MpegEncContext *s, const int x, const int y, const int s
     }
 }
 
-/*! \brief compares a block (either a full macroblock or a partition 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,