Merge commit '1d0feb5d1a
'
* commit '1d0feb5d1a
':
mpegvideo: split ff_draw_horiz_band().
Conflicts:
libavcodec/vc1dec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ddbbfd95be
12 changed files with 84 additions and 62 deletions
|
@ -187,7 +187,7 @@ int ff_vaapi_common_end_frame(MpegEncContext *s)
|
|||
if (vactx->n_slice_buf_ids > 0) {
|
||||
if (render_picture(vactx, ff_vaapi_get_surface_id(s->current_picture_ptr)) < 0)
|
||||
goto done;
|
||||
ff_draw_horiz_band(s, 0, s->avctx->height);
|
||||
ff_mpeg_draw_horiz_band(s, 0, s->avctx->height);
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue