changeset 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 5c977bb6aea7
children 4fc5e0e4e1cd
files rtpdec_asf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 };
 
 /**