summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-03 14:26:34 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-15 16:10:19 +0100
commit1d0feb5d1ac04d187b335f0e8d411c9f40b3a885 (patch)
tree2f79cfd6851b679b4d1d479355db3777a36b239c /libavcodec/mpeg12.c
parent54974c62982ae827becdbdb9b620b7ba75d079a0 (diff)
downloadffmpeg-streaming-1d0feb5d1ac04d187b335f0e8d411c9f40b3a885.zip
ffmpeg-streaming-1d0feb5d1ac04d187b335f0e8d411c9f40b3a885.tar.gz
mpegvideo: split ff_draw_horiz_band().
Split out dependency on MpegEncContext.
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 5a53383..4df51a2 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -1762,7 +1762,7 @@ static int mpeg_decode_slice(MpegEncContext *s, int mb_y,
if (++s->mb_x >= s->mb_width) {
const int mb_size = 16;
- ff_draw_horiz_band(s, mb_size*(s->mb_y >> field_pic), mb_size);
+ ff_mpeg_draw_horiz_band(s, mb_size*(s->mb_y >> field_pic), mb_size);
ff_MPV_report_decode_progress(s);
s->mb_x = 0;
OpenPOWER on IntegriCloud