aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2024-02-18 22:01:44 -0600
committerAnton Khirnov <anton@khirnov.net>2024-03-02 08:12:29 +0100
commita1304272c3a0ef7c3d77c702dd466b3f11bf300f (patch)
tree2539d74f163ea4490258d4f78cc4506e7138f4cc /libavformat/allformats.c
parentb95c0d93fff06c695c074e512c4bce8788f9ff56 (diff)
downloadffmpeg-a1304272c3a0ef7c3d77c702dd466b3f11bf300f.tar.gz
libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav
Signed-off-by: Marth64 <marth64@proxyid.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 b04b43cab3..3e905c23f8 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -150,6 +150,7 @@ extern const AVInputFormat ff_dv_demuxer;
extern const FFOutputFormat ff_dv_muxer;
extern const AVInputFormat ff_dvbsub_demuxer;
extern const AVInputFormat ff_dvbtxt_demuxer;
+extern const AVInputFormat ff_dvdvideo_demuxer;
extern const AVInputFormat ff_dxa_demuxer;
extern const AVInputFormat ff_ea_demuxer;
extern const AVInputFormat ff_ea_cdata_demuxer;