[FFmpeg-devel] [PATCH 05/33] add fixme to hpeldsp.h

Ronald S. Bultje rsbultje at gmail.com
Wed Feb 6 04:27:18 CET 2013


From: "Ronald S. Bultje" <rsbultje at gmail.com>

---
 libavcodec/hpeldsp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h
index 317d636..40dbf0f 100644
--- a/libavcodec/hpeldsp.h
+++ b/libavcodec/hpeldsp.h
@@ -90,6 +90,8 @@ typedef struct HpelDSPContext {
 
 void ff_hpeldsp_init(HpelDSPContext* p, int flags);
 
+// FIXME probably move the below stuff (copies from dsputil) out of here
+// and into bit_depth_template.c?
 #define CALL_2X_PIXELS(a, b, n)\
 static void a(uint8_t *block, const uint8_t *pixels, int line_size, int h)\
 {\
-- 
1.7.11.3



More information about the ffmpeg-devel mailing list