summaryrefslogtreecommitdiff
path: root/libavdevice/openal-dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-07 23:57:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-07 23:57:21 +0200
commitbb2f13c19ff8ff6e5f1c67a5ae53991e64609490 (patch)
tree630289d107c50c334def61666962da85342dda5c /libavdevice/openal-dec.c
parent2fc7c818cb7b7bfdca69d17ab9f1b48290dbc3f6 (diff)
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/openal-dec.c')
-rw-r--r--libavdevice/openal-dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/openal-dec.c b/libavdevice/openal-dec.c
index f927b260f7..29db2d51e2 100644
--- a/libavdevice/openal-dec.c
+++ b/libavdevice/openal-dec.c
@@ -48,7 +48,7 @@ typedef struct {
typedef struct {
ALCenum al_fmt;
- enum CodecID codec_id;
+ enum AVCodecID codec_id;
int channels;
} al_format_info;