summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorKieran Kunhya <kierank@obe.tv>2017-12-11 00:04:44 +0000
committerYour Name <you@example.com>2017-12-11 00:09:25 +0000
commita83a03af9a841e91b41e6adc1def7a363893a68a (patch)
tree50e1074027a51112b1b50063187fd488e9bccdc7 /libavcodec/mpegvideo.h
parentbad51e9287188ec61cc72e33b689e4a90690dfe8 (diff)
downloadffmpeg-streaming-a83a03af9a841e91b41e6adc1def7a363893a68a.zip
ffmpeg-streaming-a83a03af9a841e91b41e6adc1def7a363893a68a.tar.gz
libavcodec: Move ff_print_debug_info2 to mpegutils.c
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 6f20336..c5e3359 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -696,10 +696,6 @@ 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, AVFrame *pict);
-void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
- uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2],
- int *low_delay,
- int mb_width, int mb_height, int mb_stride, int quarter_sample);
int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_type);
OpenPOWER on IntegriCloud