open-h264: Set "ignores-damage" flag

h264-encoding
Andri Yngvason 2021-12-25 15:46:20 +00:00
parent d702939969
commit 55beea3464
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ static void open_h264_request_keyframe(struct encoder* enc)
}
struct encoder_impl encoder_impl_open_h264 = {
.flags = ENCODER_IMPL_FLAG_IGNORES_DAMAGE,
.destroy = open_h264_destroy,
.push = open_h264_push,
.pull = open_h264_pull,