summaryrefslogtreecommitdiff
path: root/libavformat/adxdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/adxdec.c')
-rw-r--r--libavformat/adxdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/adxdec.c b/libavformat/adxdec.c
index 305c67431b..49e19307d5 100644
--- a/libavformat/adxdec.c
+++ b/libavformat/adxdec.c
@@ -108,6 +108,6 @@ AVInputFormat ff_adx_demuxer = {
.read_header = adx_read_header,
.read_packet = adx_read_packet,
.extensions = "adx",
- .raw_codec_id = CODEC_ID_ADPCM_ADX,
+ .raw_codec_id = AV_CODEC_ID_ADPCM_ADX,
.flags = AVFMT_GENERIC_INDEX,
};