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 'libavcodec/fastaudio.c')
-rw-r--r--libavcodec/fastaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fastaudio.c b/libavcodec/fastaudio.c
index 9de42d2134..e771534e9f 100644
--- a/libavcodec/fastaudio.c
+++ b/libavcodec/fastaudio.c
@@ -187,7 +187,7 @@ static av_cold int fastaudio_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_fastaudio_decoder = {
+const AVCodec ff_fastaudio_decoder = {
.name = "fastaudio",
.long_name = NULL_IF_CONFIG_SMALL("MobiClip FastAudio"),
.type = AVMEDIA_TYPE_AUDIO,