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/s302m.c')
-rw-r--r--libavcodec/s302m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c
index 113590aee4..60d1547884 100644
--- a/libavcodec/s302m.c
+++ b/libavcodec/s302m.c
@@ -218,7 +218,7 @@ static const AVClass s302m_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_s302m_decoder = {
+const AVCodec ff_s302m_decoder = {
.name = "s302m",
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
.type = AVMEDIA_TYPE_AUDIO,