mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 14:17:46 +00:00
drm_prime: fix newline in error message
This commit is contained in:
parent
659ab2f946
commit
80e29d1851
@ -159,7 +159,7 @@ static int overlay_frame(struct ra_hwdec *hw, struct mp_image *hw_image,
|
|||||||
if (drm_params->atomic_request_ptr) {
|
if (drm_params->atomic_request_ptr) {
|
||||||
request = *drm_params->atomic_request_ptr;
|
request = *drm_params->atomic_request_ptr;
|
||||||
} else {
|
} else {
|
||||||
MP_ERR(hw, "drm params pointer to atomic request is invalid");
|
MP_ERR(hw, "drm params pointer to atomic request is invalid\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user