summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-03-15 19:38:14 +0000
committerMichael Hunold <devnull@localhost>2004-03-15 19:38:14 +0000
commita0f1c742a8475391645b478e4f6703f38da49ba1 (patch)
treee81ab9faa94a1c51f2c3c839c00e97f86ade059a /linux/include
parentee51ff2a1adca181e9614e0828b2e406e6bdcaa8 (diff)
downloadmediapointer-dvb-s2-a0f1c742a8475391645b478e4f6703f38da49ba1.tar.gz
mediapointer-dvb-s2-a0f1c742a8475391645b478e4f6703f38da49ba1.tar.bz2
- remove superfluous h_calc and v_field entries from internal saa7146_vv
structure, fix all drivers defining this
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/media/saa7146_vv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/include/media/saa7146_vv.h b/linux/include/media/saa7146_vv.h
index 162fa9a7f..125764f12 100644
--- a/linux/include/media/saa7146_vv.h
+++ b/linux/include/media/saa7146_vv.h
@@ -44,11 +44,9 @@ struct saa7146_standard
int v_offset; /* number of lines of vertical offset before processing */
int v_field; /* number of lines in a field for HPS to process */
- int v_calc; /* number of vertical active lines */
int h_offset; /* horizontal offset of processing window */
int h_pixels; /* number of horizontal pixels to process */
- int h_calc; /* number of horizontal active pixels */
int v_max_out;
int h_max_out;