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