summaryrefslogtreecommitdiff
path: root/libavformat/omadec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/omadec.c')
-rw-r--r--libavformat/omadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/omadec.c b/libavformat/omadec.c
index 74b32db96d..1c2b04212c 100644
--- a/libavformat/omadec.c
+++ b/libavformat/omadec.c
@@ -624,7 +624,7 @@ wipe:
return err;
}
-AVInputFormat ff_oma_demuxer = {
+const AVInputFormat ff_oma_demuxer = {
.name = "oma",
.long_name = NULL_IF_CONFIG_SMALL("Sony OpenMG audio"),
.priv_data_size = sizeof(OMAContext),