diff options
author | Mike Isely <isely@pobox.com> | 2008-08-30 16:26:39 -0500 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2008-08-30 16:26:39 -0500 |
commit | d060d9f50c2929e5c5a0397843d05d0a27515b70 (patch) | |
tree | a59d13ddecc91dce847d18818c8af1842a834ae4 /linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |
parent | 3757649a964c5c9a327c83911dcc7743636d5e13 (diff) | |
download | mediapointer-dvb-s2-d060d9f50c2929e5c5a0397843d05d0a27515b70.tar.gz mediapointer-dvb-s2-d060d9f50c2929e5c5a0397843d05d0a27515b70.tar.bz2 |
pvrusb2: Implement crop support
From: vdb128@picaros.org <vdb128@picaros.org>
Implement pvrusb2 driver plumbing to support cropping. Submitted by a
pvrusb2 user.
Priority: normal
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h index 4e60f6262..0c3ae2586 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.h @@ -37,6 +37,10 @@ #define PVR2_CID_FREQUENCY 6 #define PVR2_CID_HRES 7 #define PVR2_CID_VRES 8 +#define PVR2_CID_CROPL 9 +#define PVR2_CID_CROPT 10 +#define PVR2_CID_CROPW 11 +#define PVR2_CID_CROPH 12 /* Legal values for the INPUT state variable */ #define PVR2_CVAL_INPUT_TV 0 |