forked from pool/xine-lib
13 lines
360 B
Diff
13 lines
360 B
Diff
|
diff -r b3822572afa5 src/demuxers/demux_str.c
|
||
|
--- a/src/demuxers/demux_str.c Mon Aug 18 18:27:55 2008 +0100
|
||
|
+++ b/src/demuxers/demux_str.c Fri Aug 22 14:49:47 2008 +0200
|
||
|
@@ -139,7 +139,7 @@
|
||
|
|
||
|
#define CD_RAW_SECTOR_SIZE 2352
|
||
|
|
||
|
-static const uint8_t STR_MAGIC =
|
||
|
+static const uint8_t STR_MAGIC[4] =
|
||
|
{ 0x60, 0x01, 0x01, 0x80 };
|
||
|
#define STR_MAX_CHANNELS 32
|
||
|
|