From 831a1180785a786272cdcefb71566a770bfb879e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 29 Jan 2014 13:12:59 +0100 Subject: Update dsputil- and SIMD-related comments to match reality more closely --- libavcodec/mpegvideo_motion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegvideo_motion.c') diff --git a/libavcodec/mpegvideo_motion.c b/libavcodec/mpegvideo_motion.c index 42def5ee88..756dcadef7 100644 --- a/libavcodec/mpegvideo_motion.c +++ b/libavcodec/mpegvideo_motion.c @@ -404,7 +404,7 @@ static void mpeg_motion_field(MpegEncContext *s, uint8_t *dest_y, motion_x, motion_y, h, 0, mb_y); } -// FIXME move to dsputil, avg variant, 16x16 version +// FIXME: SIMDify, avg variant, 16x16 version static inline void put_obmc(uint8_t *dst, uint8_t *src[5], int stride) { int x; -- cgit v1.2.3