mirror of
https://github.com/mpv-player/mpv
synced 2025-01-08 16:10:29 +00:00
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:
parent
355bc2f7c1
commit
fd44e67463
@ -60,7 +60,8 @@ static int preinit(sh_audio_t *sh)
|
|||||||
|
|
||||||
static int init(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;
|
unsigned char* extradata;
|
||||||
ogg_packet op;
|
ogg_packet op;
|
||||||
vorbis_comment vc;
|
vorbis_comment vc;
|
||||||
|
Loading…
Reference in New Issue
Block a user