From 9b1947c7f28045bc26459b821a5386a31a84e5a0 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 27 Jun 2010 09:07:35 +0000 Subject: Fix implicit cast warning Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23817 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtpdec_asf.c') diff --git a/libavformat/rtpdec_asf.c b/libavformat/rtpdec_asf.c index 7ca15f0243..09ec6abc0e 100644 --- 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; }; /** -- cgit v1.2.3