diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-21 00:01:18 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-21 00:01:18 +0100 |
commit | 68c9781f44bddc7256677668b559cd02f29bb059 (patch) | |
tree | 915ede8508b40185e208c945aa264cecb43d8324 | |
parent | 2879d64d402549b1194b7400631a91d84aba96e1 (diff) |
print
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index e871126..188718f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -878,7 +878,7 @@ bool vaapi_copy_egl_image_to_video_surface(gsr_egl *egl, EGLImage image, vec2i s } if(texture_num_planes <= 0 || texture_num_planes > 8) { - fprintf(stderr, "gsr error: gsr_capture_xcomposite_vaapi_tick: expected planes size to be 0<planes<8 for drm buf, got %d planes\n", texture_num_planes); + fprintf(stderr, "gsr error: gsr_capture_xcomposite_vaapi_tick: expected planes size to be 0<planes<=8 for drm buf, got %d planes\n", texture_num_planes); return false; } |