summaryrefslogtreecommitdiff
path: root/libavformat/daud.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/daud.c')
-rw-r--r--libavformat/daud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/daud.c b/libavformat/daud.c
index 8de4aad119..ef02b1a60a 100644
--- a/libavformat/daud.c
+++ b/libavformat/daud.c
@@ -75,7 +75,7 @@ AVInputFormat ff_daud_demuxer = {
.long_name = NULL_IF_CONFIG_SMALL("D-Cinema audio format"),
.read_header = daud_header,
.read_packet = daud_packet,
- .extensions = "302",
+ .extensions = "302",
};
#endif