mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
vo_gpu: fix newline in log message
This commit is contained in:
parent
3e85df3b2d
commit
0d991eba72
@ -4295,7 +4295,7 @@ struct mp_image *gl_video_get_image(struct gl_video *p, int imgfmt, int w, int h
|
||||
{
|
||||
if (flags & VO_DR_FLAG_HOST_CACHED) {
|
||||
if (p->ra->caps & RA_CAP_SLOW_DR) {
|
||||
MP_VERBOSE(p, "DR path suspected slow/uncached, disabling..");
|
||||
MP_VERBOSE(p, "DR path suspected slow/uncached, disabling.\n");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user