[media] technisat-sub2: Fix stream curruption on high bitrate

Fix stream curruption on high bitrate (>60mbit).

Signed-off-by: Evgeny Plehov <EvgenyPlehov@ukr.net>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
CrazyCat 2014-04-16 17:22:01 -03:00 committed by Mauro Carvalho Chehab
parent 1fe3a8fe49
commit b5b620584b
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
.isoc = {
.framesperurb = 32,
.framesize = 2048,
.interval = 3,
.interval = 1,
}
}
},