projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix implicit cast warning
[libav.git]
/
libavformat
/
rtpdec_asf.c
diff --git
a/libavformat/rtpdec_asf.c
b/libavformat/rtpdec_asf.c
index
7ca15f0
..
09ec6ab
100644
(file)
--- a/
libavformat/rtpdec_asf.c
+++ b/
libavformat/rtpdec_asf.c
@@
-143,7
+143,7
@@
static int asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index,
struct PayloadContext {
ByteIOContext *pktbuf, pb;
-
char
*buf;
+
uint8_t
*buf;
};
/**