Revision 910b9f30 libavcodec/dsputil.c
libavcodec/dsputil.c | ||
---|---|---|
369 | 369 |
* @param w width of the source buffer |
370 | 370 |
* @param h height of the source buffer |
371 | 371 |
*/ |
372 |
void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h, |
|
372 |
void ff_emulated_edge_mc(uint8_t *buf, const uint8_t *src, int linesize, int block_w, int block_h,
|
|
373 | 373 |
int src_x, int src_y, int w, int h){ |
374 | 374 |
int x, y; |
375 | 375 |
int start_y, start_x, end_y, end_x; |
Also available in: Unified diff