diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-07-27 22:53:24 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-08-07 23:14:28 +1000 |
commit | 0549daa71bfab36c06be44273759c2593b35ee8f (patch) | |
tree | eae3abae49ed20ef7a1ab6f8898ebddfe40ea218 /libavformat/allformats.c | |
parent | 62da99e1d0985dcb19fc2150bee35dcb4b98267d (diff) | |
download | ffmpeg-0549daa71bfab36c06be44273759c2593b35ee8f.tar.gz |
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.c | 1 |
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; |