Skip to content
Snippets Groups Projects
Commit f43789b7 authored by Mickaël Raulet's avatar Mickaël Raulet Committed by Anton Khirnov
Browse files

hevc: set the keyframe flag on output frames

parent 1493b237
No related branches found
No related tags found
No related merge requests found
......@@ -2503,6 +2503,8 @@ static int hevc_frame_start(HEVCContext *s)
goto fail;
}
s->ref->frame->key_frame = IS_IRAP(s);
ret = set_side_data(s);
if (ret < 0)
goto fail;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment