projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0daa73
)
psxstr: more correct array type.
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 1 Sep 2012 19:16:18 +0000
(21:16 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 1 Sep 2012 21:45:32 +0000
(23:45 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/psxstr.c
patch
|
blob
|
history
diff --git
a/libavformat/psxstr.c
b/libavformat/psxstr.c
index
49b3441
..
86fba16
100644
(file)
--- a/
libavformat/psxstr.c
+++ b/
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)
{