summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rmenc.c')
-rw-r--r--libavformat/rmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c
index e137dbc44f..1b2b0ecf38 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -465,7 +465,7 @@ static int rm_write_trailer(AVFormatContext *s)
}
-AVOutputFormat ff_rm_muxer = {
+const AVOutputFormat ff_rm_muxer = {
.name = "rm",
.long_name = NULL_IF_CONFIG_SMALL("RealMedia"),
.mime_type = "application/vnd.rn-realmedia",