diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index ce8d9b74357e..94f7f44d5989 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h | |||
@@ -696,7 +696,7 @@ struct ivtv { | |||
696 | u64 vbi_data_inserted; /* number of VBI bytes inserted into the MPEG stream */ | 696 | u64 vbi_data_inserted; /* number of VBI bytes inserted into the MPEG stream */ |
697 | u32 last_dec_timing[3]; /* cache last retrieved pts/scr/frame values */ | 697 | u32 last_dec_timing[3]; /* cache last retrieved pts/scr/frame values */ |
698 | unsigned long dualwatch_jiffies;/* jiffies value of the previous dualwatch check */ | 698 | unsigned long dualwatch_jiffies;/* jiffies value of the previous dualwatch check */ |
699 | u16 dualwatch_stereo_mode; /* current detected dualwatch stereo mode */ | 699 | u32 dualwatch_stereo_mode; /* current detected dualwatch stereo mode */ |
700 | 700 | ||
701 | 701 | ||
702 | /* VBI state info */ | 702 | /* VBI state info */ |