diff options
author | Jack Bruienne <jackbruienne@gmail.com> | 2022-03-07 22:29:57 -0500 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-10 14:11:12 +0100 |
commit | 70fef2371c0bde5dea22889e8eeda03d3cddc5aa (patch) | |
tree | 553c03f5187cdc0a0fc2fc79614c08f19a915bab /MAINTAINERS | |
parent | 39a33038ce58b55288650c75ba7cc1957a522169 (diff) | |
download | ffmpeg-70fef2371c0bde5dea22889e8eeda03d3cddc5aa.tar.gz |
avformat: add DFPWM raw format
This patch builds on my previous DFPWM codec patch, adding a raw
audio format to be able to read/write the raw files that are most commonly
used (as no other container format supports it yet).
The muxers are mostly copied from the PCM demuxer and the raw muxers, as
DFPWM is typically stored as raw data.
Please see the previous patch for more information on DFPWM.
Signed-off-by: Jack Bruienne <jackbruienne@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 57b6f33d16..931cf4bd2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -416,6 +416,7 @@ Muxers/Demuxers: dashdec.c Steven Liu dashenc.c Karthick Jeyapal daud.c Reimar Doeffinger + dfpwmdec.c Jack Bruienne dss.c Oleksij Rempel dtsdec.c foo86 dtshddec.c Paul B Mahol |