summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flacenc.c')
-rw-r--r--libavcodec/flacenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c
index 9460b1afc8..caa9092314 100644
--- a/libavcodec/flacenc.c
+++ b/libavcodec/flacenc.c
@@ -1457,7 +1457,7 @@ static const AVClass flac_encoder_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_flac_encoder = {
+const AVCodec ff_flac_encoder = {
.name = "flac",
.long_name = NULL_IF_CONFIG_SMALL("FLAC (Free Lossless Audio Codec)"),
.type = AVMEDIA_TYPE_AUDIO,