summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_dvd.c')
-rw-r--r--stream/stream_dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index ae22f107c2..9a5a6f006f 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -49,7 +49,7 @@ static void dvd_set_speed(char *device, unsigned speed)
#if defined(__linux__) && defined(SG_IO) && defined(GPCMD_SET_STREAMING)
int fd;
unsigned char buffer[28];
- unsigned char cmd[16];
+ unsigned char cmd[12];
unsigned char sense[16];
struct sg_io_hdr sghdr;
struct stat st;