summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-07-27 22:53:24 +1000
committerZane van Iperen <zane@zanevaniperen.com>2020-08-07 23:14:28 +1000
commit0549daa71bfab36c06be44273759c2593b35ee8f (patch)
treeeae3abae49ed20ef7a1ab6f8898ebddfe40ea218 /libavformat/allformats.c
parent62da99e1d0985dcb19fc2150bee35dcb4b98267d (diff)
avformat: add argo_asf muxer
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.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 fd9e46e233..b7e59ae170 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -64,6 +64,7 @@ extern AVInputFormat ff_aptx_hd_demuxer;
extern AVOutputFormat ff_aptx_hd_muxer;
extern AVInputFormat ff_aqtitle_demuxer;
extern AVInputFormat ff_argo_asf_demuxer;
+extern AVOutputFormat ff_argo_asf_muxer;
extern AVInputFormat ff_asf_demuxer;
extern AVOutputFormat ff_asf_muxer;
extern AVInputFormat ff_asf_o_demuxer;