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/gsmdec.c')
-rw-r--r--libavformat/gsmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gsmdec.c b/libavformat/gsmdec.c
index f3be47f61a..3ba6d6920d 100644
--- a/libavformat/gsmdec.c
+++ b/libavformat/gsmdec.c
@@ -93,6 +93,6 @@ AVInputFormat ff_gsm_demuxer = {
.read_packet = gsm_read_packet,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "gsm",
- .raw_codec_id = CODEC_ID_GSM,
+ .raw_codec_id = AV_CODEC_ID_GSM,
.priv_class = &class,
};