diff options
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_demux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_demux.h b/linux/drivers/media/dvb/dvb-core/dvb_demux.h index 8e1cf93ca..98acadbe1 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_demux.h +++ b/linux/drivers/media/dvb/dvb-core/dvb_demux.h @@ -127,7 +127,7 @@ struct dvb_demux { #define DMX_MAX_PID 0x2000 struct list_head feed_list; - u8 tsbuf[188]; + u8 tsbuf[204]; int tsbufp; struct semaphore mutex; |