Revert "avcodec/hevc: fix outputted AVFrame.key_frame"
This is not correct
Requested-by: mraulet
This reverts commit 973de9ebf8
.
This commit is contained in:
@@ -207,9 +207,6 @@ int ff_hevc_output_frame(HEVCContext *s, AVFrame *out, int flush)
|
|||||||
(frame->window.top_offset >> vshift) * dst->linesize[i];
|
(frame->window.top_offset >> vshift) * dst->linesize[i];
|
||||||
dst->data[i] += off;
|
dst->data[i] += off;
|
||||||
}
|
}
|
||||||
|
|
||||||
out->key_frame = out->pict_type == AV_PICTURE_TYPE_I;
|
|
||||||
|
|
||||||
av_log(s->avctx, AV_LOG_DEBUG,
|
av_log(s->avctx, AV_LOG_DEBUG,
|
||||||
"Output frame with POC %d.\n", frame->poc);
|
"Output frame with POC %d.\n", frame->poc);
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user