output/openal: make attribute "filled" unsigned
This commit is contained in:
parent
cfedc6e9b4
commit
c0070b2f13
@ -46,7 +46,7 @@ struct openal_data {
|
|||||||
ALCcontext *context;
|
ALCcontext *context;
|
||||||
struct timer *timer;
|
struct timer *timer;
|
||||||
ALuint buffers[NUM_BUFFERS];
|
ALuint buffers[NUM_BUFFERS];
|
||||||
int filled;
|
unsigned filled;
|
||||||
ALuint source;
|
ALuint source;
|
||||||
ALenum format;
|
ALenum format;
|
||||||
ALuint frequency;
|
ALuint frequency;
|
||||||
|
Loading…
Reference in New Issue
Block a user