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/g729dec.c')
-rw-r--r--libavformat/g729dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/g729dec.c b/libavformat/g729dec.c
index d56da5cd7b..1a8e07d0ac 100644
--- a/libavformat/g729dec.c
+++ b/libavformat/g729dec.c
@@ -39,7 +39,7 @@ static int g729_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
- st->codec->codec_id = CODEC_ID_G729;
+ st->codec->codec_id = AV_CODEC_ID_G729;
st->codec->sample_rate = 8000;
st->codec->channels = 1;