diff options
author | Andy Walls <awalls@radix.net> | 2009-11-11 04:22:57 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:41:53 +0100 |
commit | 127ce5f0adcca71eeeed2386ed4742ea6363a063 (patch) | |
tree | 2b41f1ed2a7abf484fbd9669562229ca7f02ef12 /drivers/media/video/cx18/cx18-driver.h | |
parent | V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder tra... (diff) | |
download | linux-127ce5f0adcca71eeeed2386ed4742ea6363a063.tar.xz linux-127ce5f0adcca71eeeed2386ed4742ea6363a063.zip |
V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's worth of VBI data
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index 5c78b014dbc0..fe767b82c9a8 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h @@ -130,7 +130,6 @@ #define CX18_DEFAULT_ENC_MPG_BUFSIZE 32 #define CX18_DEFAULT_ENC_IDX_BUFSIZE 32 #define CX18_DEFAULT_ENC_YUV_BUFSIZE (CX18_UNIT_ENC_YUV_BUFSIZE * 3 / 1024 + 1) -/* Default VBI bufsize based on standards supported by card tuner for now */ #define CX18_DEFAULT_ENC_PCM_BUFSIZE 4 /* i2c stuff */ |