projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c585b4e
)
lavf/adp: Fix the probe function on systems with signed char.
author
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Sun, 8 Oct 2017 21:41:14 +0000
(23:41 +0200)
committer
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Mon, 9 Oct 2017 00:57:48 +0000
(
02:57
+0200)
libavformat/adp.c
patch
|
blob
|
history
diff --git
a/libavformat/adp.c
b/libavformat/adp.c
index
7355503
..
3914857
100644
(file)
--- a/
libavformat/adp.c
+++ b/
libavformat/adp.c
@@
-27,7
+27,7
@@
static int adp_probe(AVProbeData *p)
{
int i, changes = 0;
-
char
last = 0;
+
uint8_t
last = 0;
if (p->buf_size < 32)
return 0;