diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-09-07 20:44:23 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-09-14 14:38:45 +1000 |
commit | 119efa275ecbcaca96632b25a10df0b6c6ba42d2 (patch) | |
tree | f914fb512c9df3eb326ee5a3a243cc128e0765e9 /MAINTAINERS | |
parent | 121016f8279fc3bce49f403e378418eaa167aae6 (diff) | |
download | ffmpeg-119efa275ecbcaca96632b25a10df0b6c6ba42d2.tar.gz |
avformat: add Argonaut Games BRP demuxer
Used in FMVs for FX Fighter and Croc. Supports BVID and BASF streams,
requests samples for anything else.
Due to the way BASF streams are contained in the file, only one is
supported. I have yet to see a BRP file with multiple.
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 30c2ec59e6..ac1f7242fc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -397,6 +397,7 @@ Muxers/Demuxers: apm.c Zane van Iperen apngdec.c Benoit Fouet argo_asf.c Zane van Iperen + argo_brp.c Zane van Iperen ass* Aurelien Jacobs astdec.c Paul B Mahol astenc.c James Almer |