diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-11-02 15:47:32 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-11-09 14:58:38 +1000 |
commit | a2fea0f4690e4f11ba093f14509643c44a485165 (patch) | |
tree | b67e49c86328905af491b4c0de83282049488b12 /MAINTAINERS | |
parent | 555f5c1fc5ae0c4e7b0431dc3166c3fcf3f4e979 (diff) | |
download | ffmpeg-a2fea0f4690e4f11ba093f14509643c44a485165.tar.gz |
avformat: add amv muxer
AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying
the existing AVI muxer with its filth.
Fixes ticket #747.
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7a4161e2e5..2464f82be3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -394,6 +394,7 @@ Muxers/Demuxers: aiffdec.c Baptiste Coudurier, Matthieu Bouron aiffenc.c Baptiste Coudurier, Matthieu Bouron alp.c Zane van Iperen + amvenc.c Zane van Iperen apm.c Zane van Iperen apngdec.c Benoit Fouet argo_asf.c Zane van Iperen |