mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Another AVhwaccel hunk from Gwenole Beauchesne.
Originally committed as revision 17565 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
09a9b45e4f
commit
f986c8e2e5
@ -687,6 +687,11 @@ retry:
|
||||
intrax8_decoded:
|
||||
ff_er_frame_end(s);
|
||||
|
||||
if (avctx->hwaccel) {
|
||||
if (avctx->hwaccel->end_frame(avctx) < 0)
|
||||
return -1;
|
||||
}
|
||||
|
||||
MPV_frame_end(s);
|
||||
|
||||
assert(s->current_picture.pict_type == s->current_picture_ptr->pict_type);
|
||||
|
Loading…
Reference in New Issue
Block a user