summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2.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/dxva2.c
parent54974c62982ae827becdbdb9b620b7ba75d079a0 (diff)
mpegvideo: split ff_draw_horiz_band().
Split out dependency on MpegEncContext.
Diffstat (limited to 'libavcodec/dxva2.c')
-rw-r--r--libavcodec/dxva2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c
index 71c8405feb..63addb7f49 100644
--- a/libavcodec/dxva2.c
+++ b/libavcodec/dxva2.c
@@ -147,6 +147,6 @@ end:
}
if (!result)
- ff_draw_horiz_band(s, 0, s->avctx->height);
+ ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
return result;
}