summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-01-25 19:16:03 +0100
committerPaul B Mahol <onemda@gmail.com>2023-01-30 21:02:48 +0100
commitfa42575ffa30f226f6fda89cb192f315319f8575 (patch)
treeedd4a7f12639bb21c7e9c5777f23d285d635cf9c /libavformat/allformats.c
parent280e6e93fc96afbbb73f1987eb3d603f8949ea30 (diff)
avformat: add XMD demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index bf8afe2078..2d31956fd5 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -501,6 +501,7 @@ extern const AVInputFormat ff_wv_demuxer;
extern const AVOutputFormat ff_wv_muxer;
extern const AVInputFormat ff_xa_demuxer;
extern const AVInputFormat ff_xbin_demuxer;
+extern const AVInputFormat ff_xmd_demuxer;
extern const AVInputFormat ff_xmv_demuxer;
extern const AVInputFormat ff_xvag_demuxer;
extern const AVInputFormat ff_xwma_demuxer;