summaryrefslogtreecommitdiff
path: root/libavformat/bmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/bmv.c')
-rw-r--r--libavformat/bmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/bmv.c b/libavformat/bmv.c
index ebf59e9f23..8c1eb787ce 100644
--- a/libavformat/bmv.c
+++ b/libavformat/bmv.c
@@ -133,5 +133,5 @@ AVInputFormat ff_bmv_demuxer = {
.read_header = bmv_read_header,
.read_packet = bmv_read_packet,
.read_close = bmv_read_close,
- .extensions = "bmv"
+ .extensions = "bmv",
};