psxstr: more correct array type.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/28/head
Michael Niedermayer 13 years ago
parent c0daa73a0f
commit 19a71dbcb9
  1. 2
      libavformat/psxstr.c

@ -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)
{

Loading…
Cancel
Save