We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c585b4e commit 14b1553Copy full SHA for 14b1553
1 file changed
libavformat/adp.c
@@ -27,7 +27,7 @@
27
static int adp_probe(AVProbeData *p)
28
{
29
int i, changes = 0;
30
- char last = 0;
+ uint8_t last = 0;
31
32
if (p->buf_size < 32)
33
return 0;
0 commit comments