diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-04 14:44:02 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-08 13:01:34 +0200 |
commit | 5d1ed98683abafef595b8e3a237f845b82152606 (patch) | |
tree | 823d8b53ddadc9c45308ee357e2fafb033d8be5e /drivers/media/video/msp3400-driver.h | |
parent | [media] videodev2: Reorganize standard macros and add a few more macros (diff) | |
download | linux-5d1ed98683abafef595b8e3a237f845b82152606.tar.xz linux-5d1ed98683abafef595b8e3a237f845b82152606.zip |
[media] msp3400: Add standards detection to the driver
As msp3400 allows standards detection, add support for it. That
efectivelly means that devices with msp3400 can now implement
VIDIOC_QUERYSTD, and it will provide very good detection for
the standard, specially if combined with a video decoder detection.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/msp3400-driver.h')
-rw-r--r-- | drivers/media/video/msp3400-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.h b/drivers/media/video/msp3400-driver.h index 32a478e532f3..831e8db4368c 100644 --- a/drivers/media/video/msp3400-driver.h +++ b/drivers/media/video/msp3400-driver.h @@ -75,7 +75,7 @@ struct msp_state { int opmode; int std; int mode; - v4l2_std_id v4l2_std; + v4l2_std_id v4l2_std, detected_std; int nicam_on; int acb; int in_scart; |