summaryrefslogtreecommitdiff
path: root/libavdevice/oss_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/oss_dec.c')
-rw-r--r--libavdevice/oss_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/oss_dec.c b/libavdevice/oss_dec.c
index 13ace7000d..34efb6b184 100644
--- a/libavdevice/oss_dec.c
+++ b/libavdevice/oss_dec.c
@@ -132,7 +132,7 @@ static const AVClass oss_demuxer_class = {
.category = AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
};
-AVInputFormat ff_oss_demuxer = {
+const AVInputFormat ff_oss_demuxer = {
.name = "oss",
.long_name = NULL_IF_CONFIG_SMALL("OSS (Open Sound System) capture"),
.priv_data_size = sizeof(OSSAudioData),