mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
av1enc: fix compliation with removed defines
AOM_FRAME_IS_INVISIBLE is unused and remove in aom_encoder.h https://aomedia-review.googlesource.com/c/aom/+/70421 https://bugzilla.gnome.org/show_bug.cgi?id=791674
This commit is contained in:
parent
7d73307bc4
commit
cc9d65a512
1 changed files with 0 additions and 3 deletions
|
@ -640,9 +640,6 @@ gst_av1_enc_process (GstAV1Enc * encoder)
|
|||
|
||||
if ((pkt->data.frame.flags & AOM_FRAME_IS_DROPPABLE) != 0)
|
||||
GST_BUFFER_FLAG_SET (frame->output_buffer, GST_BUFFER_FLAG_DROPPABLE);
|
||||
if ((pkt->data.frame.flags & AOM_FRAME_IS_INVISIBLE) != 0)
|
||||
GST_BUFFER_FLAG_SET (frame->output_buffer, GST_BUFFER_FLAG_DECODE_ONLY);
|
||||
|
||||
|
||||
ret = gst_video_encoder_finish_frame (video_encoder, frame);
|
||||
if (ret != GST_FLOW_OK)
|
||||
|
|
Loading…
Reference in a new issue