Browse Source

psxstr: more correct array type.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
19a71dbcb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/psxstr.c

+ 1
- 1
libavformat/psxstr.c View File

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