diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 19:08:43 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-09 19:08:43 -0200 |
commit | 803b1cde37f44f2d09bb97bef92d74ead3279578 (patch) | |
tree | 19bca69318c3ca400d01349582322fcf1d5da1e4 /linux/drivers/media/video/cx18/cx18-vbi.h | |
parent | 41579b5b51a952f7bfaf05f5147f83148a7a3a68 (diff) | |
parent | 97ff0b0275491dc62dbee36a7e53c4c3455efa8e (diff) | |
download | mediapointer-dvb-s2-803b1cde37f44f2d09bb97bef92d74ead3279578.tar.gz mediapointer-dvb-s2-803b1cde37f44f2d09bb97bef92d74ead3279578.tar.bz2 |
merge: http://linuxtv.org/hg/~dougsland/radios
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-vbi.h')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-vbi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-vbi.h b/linux/drivers/media/video/cx18/cx18-vbi.h index c56ff7d28..e7e1ae427 100644 --- a/linux/drivers/media/video/cx18/cx18-vbi.h +++ b/linux/drivers/media/video/cx18/cx18-vbi.h @@ -22,5 +22,5 @@ */ void cx18_process_vbi_data(struct cx18 *cx, struct cx18_buffer *buf, - u64 pts_stamp, int streamtype); + int streamtype); int cx18_used_line(struct cx18 *cx, int line, int field); |