mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 03:18:39 +00:00
psxstr: more correct array type.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c0daa73a0f
commit
19a71dbcb9
@ -64,7 +64,7 @@ typedef struct StrDemuxContext {
|
|||||||
StrChannel channels[32];
|
StrChannel channels[32];
|
||||||
} StrDemuxContext;
|
} 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)
|
static int str_probe(AVProbeData *p)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user