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/libshine.c')
-rw-r--r--libavcodec/libshine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libshine.c b/libavcodec/libshine.c
index 7056fcd2e3..4a9fc617f0 100644
--- a/libavcodec/libshine.c
+++ b/libavcodec/libshine.c
@@ -130,7 +130,7 @@ static const int libshine_sample_rates[] = {
44100, 48000, 32000, 0
};
-AVCodec ff_libshine_encoder = {
+const AVCodec ff_libshine_encoder = {
.name = "libshine",
.long_name = NULL_IF_CONFIG_SMALL("libshine MP3 (MPEG audio layer 3)"),
.type = AVMEDIA_TYPE_AUDIO,