diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-12 10:18:54 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-16 23:05:39 +0100 |
commit | be039278b5ebd8075d90a3508db2aed5adf59e02 (patch) | |
tree | 953728b9af117c19030967db5de911a37a7cda2b /libavcodec/mpegvideo.h | |
parent | e0c16e4e3259cf50b5bac4c23bb6e517f397c74b (diff) | |
download | ffmpeg-be039278b5ebd8075d90a3508db2aed5adf59e02.tar.gz |
mpegvideo: move ff_draw_horiz_band() to mpegutils.c
Drop the mpegvideo dependency for svq3 in configure.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index f4d21973da..16e2c9ef6e 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -710,9 +710,6 @@ void ff_MPV_common_init_x86(MpegEncContext *s); void ff_MPV_common_init_arm(MpegEncContext *s); void ff_MPV_common_init_ppc(MpegEncContext *s); void ff_clean_intra_table_entries(MpegEncContext *s); -void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, - int y, int h, int picture_structure, int first_field, - int low_delay); void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h); void ff_mpeg_flush(AVCodecContext *avctx); void ff_print_debug_info(MpegEncContext *s, Picture *p); |