diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2021-05-03 21:20:35 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2021-05-12 20:25:50 +1000 |
commit | 9789ea59d08d39cc21a72c2d97f6dae9660a3f3b (patch) | |
tree | b3344c5cf3bd8ca2a5d65d245d17fa55826834de /libavformat/allformats.c | |
parent | d1c28c6c780514b12db761db5cde178725b165f0 (diff) | |
download | ffmpeg-9789ea59d08d39cc21a72c2d97f6dae9660a3f3b.tar.gz |
avformat: add Argonaut Games CVG demuxer
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
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 0c672ad8c8..923af3f649 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -66,6 +66,7 @@ extern const AVInputFormat ff_aqtitle_demuxer; extern const AVInputFormat ff_argo_asf_demuxer; extern const AVOutputFormat ff_argo_asf_muxer; extern const AVInputFormat ff_argo_brp_demuxer; +extern const AVInputFormat ff_argo_cvg_demuxer; extern const AVInputFormat ff_asf_demuxer; extern const AVOutputFormat ff_asf_muxer; extern const AVInputFormat ff_asf_o_demuxer; |