mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Use async_depth option on vaapi for much better encoding performance
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef GSR_DAMAGE_H
|
||||
#define GSR_DAMAGE_H
|
||||
|
||||
#include "cursor.h"
|
||||
#include "utils.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
@@ -31,7 +32,7 @@ typedef struct {
|
||||
//vec2i window_pos;
|
||||
vec2i window_size;
|
||||
|
||||
vec2i cursor_position; /* Relative to |window| */
|
||||
gsr_cursor cursor; /* Relative to |window| */
|
||||
gsr_monitor monitor;
|
||||
char monitor_name[32];
|
||||
} gsr_damage;
|
||||
|
||||
Reference in New Issue
Block a user