summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-05-03 21:20:39 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-05-12 20:27:02 +1000
commitdcb285d2b7d126c80fad6079400a904e813442c1 (patch)
treef311381bf50a3ff3f3eebae8ac7674836d3e620f /libavformat/allformats.c
parent9789ea59d08d39cc21a72c2d97f6dae9660a3f3b (diff)
avformat: add Argonaut Games CVG muxer
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
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 923af3f649..111ca3cbf0 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -67,6 +67,7 @@ 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 AVOutputFormat ff_argo_cvg_muxer;
extern const AVInputFormat ff_asf_demuxer;
extern const AVOutputFormat ff_asf_muxer;
extern const AVInputFormat ff_asf_o_demuxer;