mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-23 07:43:28 +00:00
remove old draw_edges declaration cruft
Originally committed as revision 12312 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4c79b95c32
commit
015d0bb95c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user