浏览代码

Fix preview not working after switching windows

Kristian Vos 1 月之前
父节点
当前提交
98ae16848c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/io_pipeline.c

+ 1 - 0
src/io_pipeline.c

@@ -375,6 +375,7 @@ on_frame(MPBuffer buffer, void *_data)
         // an image, in which case the flash window may be active instead of this
         // window
         if (!check_window_active() && state_io.captures_remaining == 0) {
+                mp_io_pipeline_release_buffer(buffer.index);
                 return;
         }