summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-03-05 20:10:23 +0100
committerJohns <johns98@gmx.net>2012-03-05 20:10:23 +0100
commit181a0bb3720f615b9ef68235df4f50f396c31869 (patch)
treea3274aebc7e121b0521bf1b4e82268b75979191e /softhddev.c
parentf2d4163899d313c5f50b6424b47961c7b16c8163 (diff)
downloadvdr-plugin-softhddevice-181a0bb3720f615b9ef68235df4f50f396c31869.tar.gz
vdr-plugin-softhddevice-181a0bb3720f615b9ef68235df4f50f396c31869.tar.bz2
Move grab unsupported warning to low-level.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/softhddev.c b/softhddev.c
index 4b9edcf..6121094 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -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);
}