summaryrefslogtreecommitdiff
path: root/libavformat/astenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/astenc.c')
-rw-r--r--libavformat/astenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/astenc.c b/libavformat/astenc.c
index 69541bc0ca..cf75b48b21 100644
--- a/libavformat/astenc.c
+++ b/libavformat/astenc.c
@@ -196,7 +196,7 @@ static const AVClass ast_muxer_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVOutputFormat ff_ast_muxer = {
+const AVOutputFormat ff_ast_muxer = {
.name = "ast",
.long_name = NULL_IF_CONFIG_SMALL("AST (Audio Stream)"),
.extensions = "ast",