Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/loasdec.c')
-rw-r--r--libavformat/loasdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/loasdec.c b/libavformat/loasdec.c
index e8711ceb32..ccb9464c33 100644
--- a/libavformat/loasdec.c
+++ b/libavformat/loasdec.c
@@ -84,5 +84,5 @@ AVInputFormat ff_loas_demuxer = {
.read_header = loas_read_header,
.read_packet = ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
- .raw_codec_id = CODEC_ID_AAC_LATM,
+ .raw_codec_id = AV_CODEC_ID_AAC_LATM,
};