Fix blank video for vaapi

This commit is contained in:
Loki
2021-08-28 17:48:28 +02:00
parent 00de30d336
commit 39f9506446
3 changed files with 8 additions and 6 deletions

View File

@@ -452,7 +452,7 @@ public:
fb_fd.el,
img_width,
img_height,
0,
offset,
pitch,
});
@@ -530,7 +530,6 @@ public:
}
int dummy_img(platf::img_t *img) override {
snapshot(img, 1s, false);
return 0;
}