summaryrefslogtreecommitdiff
path: root/libavformat/amvenc.c
Commit message (Collapse)AuthorAge
* avformat: add amv muxerZane van Iperen2020-11-09
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>