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


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17094 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-12-05 01:28:17 +00:00
parent 355bc2f7c1
commit fd44e67463
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ static int preinit(sh_audio_t *sh)
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;