summaryrefslogtreecommitdiff
path: root/libavdevice/alsa_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/alsa_enc.c')
-rw-r--r--libavdevice/alsa_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alsa_enc.c b/libavdevice/alsa_enc.c
index 1a6d01e3b1..a783d8eca1 100644
--- a/libavdevice/alsa_enc.c
+++ b/libavdevice/alsa_enc.c
@@ -157,7 +157,7 @@ static const AVClass alsa_muxer_class = {
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
};
-AVOutputFormat ff_alsa_muxer = {
+const AVOutputFormat ff_alsa_muxer = {
.name = "alsa",
.long_name = NULL_IF_CONFIG_SMALL("ALSA audio output"),
.priv_data_size = sizeof(AlsaData),