[FFmpeg-cvslog] r23817 - trunk/libavformat/rtpdec_asf.c

mstorsjo subversion
Sun Jun 27 11:07:36 CEST 2010


Author: mstorsjo
Date: Sun Jun 27 11:07:35 2010
New Revision: 23817

Log:
Fix implicit cast warning

Patch by Eli Friedman, eli dot friedman at gmail

Modified:
   trunk/libavformat/rtpdec_asf.c

Modified: trunk/libavformat/rtpdec_asf.c
==============================================================================
--- trunk/libavformat/rtpdec_asf.c	Sun Jun 27 04:52:43 2010	(r23816)
+++ trunk/libavformat/rtpdec_asf.c	Sun Jun 27 11:07:35 2010	(r23817)
@@ -143,7 +143,7 @@ static int asfrtp_parse_sdp_line(AVForma
 
 struct PayloadContext {
     ByteIOContext *pktbuf, pb;
-    char *buf;
+    uint8_t *buf;
 };
 
 /**



More information about the ffmpeg-cvslog mailing list