[vlc-commits] ASF: fix a warning
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 13 00:56:20 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 12 21:44:41 2012 +0200| [5196f9e5d98ebbbaa5b4f9c1337578d11a962b46] | committer: Jean-Baptiste Kempf
ASF: fix a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5196f9e5d98ebbbaa5b4f9c1337578d11a962b46
---
modules/demux/asf/libasf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/asf/libasf.h b/modules/demux/asf/libasf.h
index f1eea3b..896a5ec 100644
--- a/modules/demux/asf/libasf.h
+++ b/modules/demux/asf/libasf.h
@@ -212,7 +212,7 @@ typedef struct
uint32_t i_send_time;
uint32_t i_flags;
uint32_t i_marker_description_length;
- uint8_t *p_marker_description;
+ char *p_marker_description;
} asf_marker_t;
More information about the vlc-commits
mailing list