We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb53458 commit 304426cCopy full SHA for 304426c
1 file changed
video/filter/vf_amf.c
@@ -629,6 +629,7 @@ static void process(struct mp_filter *f)
629
630
if (res == AMF_INPUT_FULL) {
631
MP_WARN(f, "FRC input queue full...\n");
632
+ frame = (struct mp_frame){MP_FRAME_VIDEO, mp_image_new_ref(p->ref_image)};
633
mp_pin_out_unread(f->ppins[0], frame);
634
return;
635
}
0 commit comments