comparison 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
comparison
equal deleted inserted replaced
11783:f97b1759c39a 11784:eaf3ffb5df56
195 #endif 195 #endif
196 } ScanTable; 196 } ScanTable;
197 197
198 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable); 198 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable);
199 199
200 void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, 200 void ff_emulated_edge_mc(uint8_t *buf, const uint8_t *src, int linesize,
201 int block_w, int block_h, 201 int block_w, int block_h,
202 int src_x, int src_y, int w, int h); 202 int src_x, int src_y, int w, int h);
203 203
204 /** 204 /**
205 * DSPContext. 205 * DSPContext.