[MPlayer-cvslog] r25064 - trunk/stream/stream_dvd.c
reimar
subversion at mplayerhq.hu
Sat Nov 17 19:17:20 CET 2007
Author: reimar
Date: Sat Nov 17 19:17:19 2007
New Revision: 25064
Log:
GPCMD_SET_STREAMING command is 12 bytes large, not 16
Patch by Sebastian Kemper (sebastian_ml gmx net)
Modified:
trunk/stream/stream_dvd.c
Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c (original)
+++ trunk/stream/stream_dvd.c Sat Nov 17 19:17:19 2007
@@ -49,7 +49,7 @@ static void dvd_set_speed(char *device,
#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;
More information about the MPlayer-cvslog
mailing list