summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-01-21 12:05:30 +0100
committerPaul B Mahol <onemda@gmail.com>2023-01-24 16:58:01 +0100
commitb8640bfc99d6fe32890a721b4a837bc6672af6f4 (patch)
treeca09f69eb07184ef9df738b23d7c324e0d1f3916 /libavformat/allformats.c
parentc5a545cff864366c22487b47a2e605a06464790e (diff)
avformat: add WADY 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 62262ae935..bf8afe2078 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -479,6 +479,7 @@ extern const AVInputFormat ff_vplayer_demuxer;
extern const AVInputFormat ff_vqf_demuxer;
extern const AVInputFormat ff_w64_demuxer;
extern const AVOutputFormat ff_w64_muxer;
+extern const AVInputFormat ff_wady_demuxer;
extern const AVInputFormat ff_wav_demuxer;
extern const AVOutputFormat ff_wav_muxer;
extern const AVInputFormat ff_wc3_demuxer;