diff rtpdec_asf.c @ 6181:cb49c916b7f4 libavformat

Fix implicit cast warning Patch by Eli Friedman, eli dot friedman at gmail
author mstorsjo
date Sun, 27 Jun 2010 09:07:35 +0000
parents 178de7695c6c
children 0287312dda71
line wrap: on
line diff
--- a/rtpdec_asf.c	Fri Jun 25 08:03:52 2010 +0000
+++ b/rtpdec_asf.c	Sun Jun 27 09:07:35 2010 +0000
@@ -143,7 +143,7 @@
 
 struct PayloadContext {
     ByteIOContext *pktbuf, pb;
-    char *buf;
+    uint8_t *buf;
 };
 
 /**