diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-04 10:54:51 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-04 10:54:51 +0000 |
commit | 015d0bb95cf4fbabb25ec732b890f95d41b0653d (patch) | |
tree | 50b4273161bbc3bff7c73720d7dc23d0d8f7d721 /libavcodec/mpegvideo.h | |
parent | 4c79b95c32ec9d44af48a5a52c7390b84c52928c (diff) | |
download | ffmpeg-015d0bb95cf4fbabb25ec732b890f95d41b0653d.tar.gz |
remove old draw_edges declaration cruft
Originally committed as revision 12312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 69be9dfca4..4a365de74e 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -692,7 +692,6 @@ void MPV_common_init_mlib(MpegEncContext *s); 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, |