summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/softhddev.c b/softhddev.c
index 102f9f1..758ef0d 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -830,8 +830,7 @@ uint8_t *GrabImage(int *size, int jpeg, int quality, int width, int height)
return NULL;
}
if (width != -1 && height != -1) {
- Error(_("softhddev: scaling not supported\n"));
- return NULL;
+ Warning(_("softhddev: scaling unsupported\n"));
}
return VideoGrab(size, &width, &height);
}