output/openal: make attribute "filled" unsigned

This commit is contained in:
Max Kellermann 2011-12-13 21:40:44 +01:00
parent cfedc6e9b4
commit c0070b2f13
1 changed files with 1 additions and 1 deletions

View File

@ -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;