Commit 19a71dbc authored by Michael Niedermayer's avatar Michael Niedermayer

psxstr: more correct array type.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c0daa73a
......@@ -64,7 +64,7 @@ typedef struct StrDemuxContext {
StrChannel channels[32];
} StrDemuxContext;
static const char sync_header[12] = {0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00};
static const uint8_t sync_header[12] = {0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00};
static int str_probe(AVProbeData *p)
{
......
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