Skip to content

Commit

Permalink
[media] technisat-sub2: Fix stream curruption on high bitrate
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
CrazyCat authored and Mauro Carvalho Chehab committed Jun 26, 2014
1 parent 1fe3a8f commit b5b6205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/usb/dvb-usb/technisat-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static struct dvb_usb_device_properties technisat_usb2_devices = {
.isoc = {
.framesperurb = 32,
.framesize = 2048,
.interval = 3,
.interval = 1,
}
}
},
Expand Down

0 comments on commit b5b6205

Please sign in to comment.