diff dsputil.h @ 6445:2b553c57ec51 libavcodec

move ff_emulated_edge_mc() to dsputil
author aurel
date Tue, 04 Mar 2008 23:10:47 +0000
parents b6d05f8827cd
children 208074826b34
line wrap: on
line diff
--- a/dsputil.h	Tue Mar 04 22:09:54 2008 +0000
+++ b/dsputil.h	Tue Mar 04 23:10:47 2008 +0000
@@ -168,6 +168,10 @@
 
 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable);
 
+void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize,
+                         int block_w, int block_h,
+                         int src_x, int src_y, int w, int h);
+
 /**
  * DSPContext.
  */