Commit b5b62058 authored by CrazyCat's avatar CrazyCat Committed by Mauro Carvalho Chehab

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

Fix stream curruption on high bitrate (>60mbit).
Signed-off-by: default avatarEvgeny Plehov <EvgenyPlehov@ukr.net>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 1fe3a8fe
...@@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = { ...@@ -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,
} }
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment