Revision 910b9f30 libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
197 | 197 |
|
198 | 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 | 201 |
int block_w, int block_h, |
202 | 202 |
int src_x, int src_y, int w, int h); |
203 | 203 |
|
Also available in: Unified diff