Mercurial > libavcodec.hg
changeset 6439:8cb7a8f13c2c libavcodec
remove old draw_edges declaration cruft
author | aurel |
---|---|
date | Tue, 04 Mar 2008 10:54:51 +0000 |
parents | e1dd408a7864 |
children | b6d05f8827cd |
files | mpegvideo.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Tue Mar 04 10:26:56 2008 +0000 +++ b/mpegvideo.h Tue Mar 04 10:54:51 2008 +0000 @@ -692,7 +692,6 @@ void MPV_common_init_mmi(MpegEncContext *s); void MPV_common_init_armv4l(MpegEncContext *s); void MPV_common_init_altivec(MpegEncContext *s); -extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); void ff_clean_intra_table_entries(MpegEncContext *s); void ff_draw_horiz_band(MpegEncContext *s, int y, int h); void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h,