diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-04 23:10:47 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-03-04 23:10:47 +0000 |
commit | 288a44fb7a4fb21f9c1e92fc009ad06797ef78d3 (patch) | |
tree | 6664d12a7fd9cee75a5e65df45fb099c16ff9528 /libavcodec/mpegvideo.h | |
parent | 8d4bef64b4ab7e66cf6ca1fb2bc762103390950a (diff) | |
download | ffmpeg-288a44fb7a4fb21f9c1e92fc009ad06797ef78d3.tar.gz |
move ff_emulated_edge_mc() to dsputil
Originally committed as revision 12318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 4a365de74e..35ef0e1df7 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -694,8 +694,6 @@ void MPV_common_init_armv4l(MpegEncContext *s); void MPV_common_init_altivec(MpegEncContext *s); 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, - int src_x, int src_y, int w, int h); void ff_mpeg_flush(AVCodecContext *avctx); void ff_print_debug_info(MpegEncContext *s, AVFrame *pict); void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix); |