diff dsputil.h @ 11784:eaf3ffb5df56 libavcodec

Add const to ff_emulated_edge_mc
author conrad
date Thu, 27 May 2010 04:39:27 +0000
parents 7dd2a45249a9
children d3551fcf4c1c
line wrap: on
line diff
--- a/dsputil.h	Thu May 27 04:39:23 2010 +0000
+++ b/dsputil.h	Thu May 27 04:39:27 2010 +0000
@@ -197,7 +197,7 @@
 
 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,
+void ff_emulated_edge_mc(uint8_t *buf, const uint8_t *src, int linesize,
                          int block_w, int block_h,
                          int src_x, int src_y, int w, int h);