changeset 17093:e13c1bce5ad5

ad_libvorbis.c:119: warning: assignment from incompatible pointer type ad_libvorbis.c:120: warning: assignment from incompatible pointer type ad_libvorbis.c:121: warning: assignment from incompatible pointer type ad_libvorbis.c:127: warning: assignment from incompatible pointer type
author rathann
date Mon, 05 Dec 2005 01:28:17 +0000
parents c0068de90f44
children cb35587c8156
files libmpcodecs/ad_libvorbis.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_libvorbis.c	Mon Dec 05 01:27:32 2005 +0000
+++ b/libmpcodecs/ad_libvorbis.c	Mon Dec 05 01:28:17 2005 +0000
@@ -60,7 +60,8 @@
 
 static int init(sh_audio_t *sh)
 {
-  unsigned int offset, i, length, hsizes[3], *headers[3];
+  unsigned int offset, i, length, hsizes[3];
+  void *headers[3];
   unsigned char* extradata;
   ogg_packet op;
   vorbis_comment vc;