summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 4410f59cb0..b5efde026b 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3662,7 +3662,7 @@ static void decode_finish_row(H264Context *h)
top = 0;
}
- ff_draw_horiz_band(s, top, height);
+ ff_mpeg_draw_horiz_band(s, top, height);
if (s->droppable)
return;