summaryrefslogtreecommitdiff
path: root/libavformat/mlpdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mlpdec.c')
-rw-r--r--libavformat/mlpdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mlpdec.c b/libavformat/mlpdec.c
index 40b1833761..6f2ba5d874 100644
--- a/libavformat/mlpdec.c
+++ b/libavformat/mlpdec.c
@@ -57,7 +57,7 @@ static int mlp_probe(const AVProbeData *p)
}
FF_RAW_DEMUXER_CLASS(mlp)
-AVInputFormat ff_mlp_demuxer = {
+const AVInputFormat ff_mlp_demuxer = {
.name = "mlp",
.long_name = NULL_IF_CONFIG_SMALL("raw MLP"),
.read_probe = mlp_probe,
@@ -78,7 +78,7 @@ static int thd_probe(const AVProbeData *p)
}
FF_RAW_DEMUXER_CLASS(truehd)
-AVInputFormat ff_truehd_demuxer = {
+const AVInputFormat ff_truehd_demuxer = {
.name = "truehd",
.long_name = NULL_IF_CONFIG_SMALL("raw TrueHD"),
.read_probe = thd_probe,