summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/audio.c b/libavdevice/audio.c
index 4fcd3afea0..172c5f1a38 100644
--- a/libavdevice/audio.c
+++ b/libavdevice/audio.c
@@ -47,7 +47,7 @@ typedef struct {
int channels;
int frame_size; /* in bytes ! */
int codec_id;
- int flip_left : 1;
+ unsigned int flip_left : 1;
uint8_t buffer[AUDIO_BLOCK_SIZE];
int buffer_ptr;
} AudioData;