mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +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];
|
||||
} 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…
Reference in New Issue
Block a user