[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:
parent
1fe3a8fe49
commit
b5b620584b
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
|
||||||
.isoc = {
|
.isoc = {
|
||||||
.framesperurb = 32,
|
.framesperurb = 32,
|
||||||
.framesize = 2048,
|
.framesize = 2048,
|
||||||
.interval = 3,
|
.interval = 1,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue