diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-01-27 17:00:36 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-02-11 11:30:46 +0100 |
commit | 385ec464245e0d0754e897256cf4535143de8463 (patch) | |
tree | 11bcf53978ec86de3d533f12a6eac2d2eeaa40d0 /libavformat/allformats.c | |
parent | 725328672a28d9591d2cf7564401742b12478a7e (diff) | |
download | ffmpeg-385ec464245e0d0754e897256cf4535143de8463.tar.gz |
avformat: add SDNS demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 365d7f3428..8393dd34c7 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -405,6 +405,7 @@ extern const AVInputFormat ff_sbg_demuxer; extern const AVInputFormat ff_scc_demuxer; extern const FFOutputFormat ff_scc_muxer; extern const AVInputFormat ff_scd_demuxer; +extern const AVInputFormat ff_sdns_demuxer; extern const AVInputFormat ff_sdp_demuxer; extern const AVInputFormat ff_sdr2_demuxer; extern const AVInputFormat ff_sds_demuxer; |