From 1d0feb5d1ac04d187b335f0e8d411c9f40b3a885 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 3 Feb 2013 14:26:34 +0100 Subject: mpegvideo: split ff_draw_horiz_band(). Split out dependency on MpegEncContext. --- libavcodec/intrax8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/intrax8.c') diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index d2457f8ba4..a57e1f9bb7 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -779,7 +779,7 @@ int ff_intrax8_decode_picture(IntraX8Context * const w, int dquant, int quant_of s->dest[0]+= 8; } if(s->mb_y&1){ - ff_draw_horiz_band(s, (s->mb_y-1)*8, 16); + ff_mpeg_draw_horiz_band(s, (s->mb_y-1)*8, 16); } } -- cgit v1.2.3