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