mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Move grab unsupported warning to low-level.
This commit is contained in:
parent
f2d4163899
commit
181a0bb372
@ -1760,9 +1760,6 @@ uint8_t *GrabImage(int *size, int jpeg, int quality, int width, int height)
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
if (width != -1 && height != -1) {
|
||||
Warning(_("softhddev: scaling unsupported\n"));
|
||||
}
|
||||
return VideoGrab(size, &width, &height, 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user