diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-12 00:56:11 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-18 11:30:03 +0200 |
commit | 0ea6ec3d0054fd4b128f9a5b7aab26ccc6ac6caf (patch) | |
tree | b42d8da5d8730dfd69983e1178f11393ef639deb /libavformat/allformats.c | |
parent | 01506c290adb6d033e0167b95e52d37bc5ceedeb (diff) | |
download | ffmpeg-0ea6ec3d0054fd4b128f9a5b7aab26ccc6ac6caf.tar.gz |
avformat: add DAT CCTV 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 7aa54ad15d..1832957e90 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -227,6 +227,7 @@ extern AVOutputFormat ff_kvag_muxer; extern AVOutputFormat ff_latm_muxer; extern AVInputFormat ff_lmlm4_demuxer; extern AVInputFormat ff_loas_demuxer; +extern AVInputFormat ff_luodat_demuxer; extern AVInputFormat ff_lrc_demuxer; extern AVOutputFormat ff_lrc_muxer; extern AVInputFormat ff_lvf_demuxer; |