avformat/westwoodaudenc: Adds muxer for Westwood AUD format.

Format is still used by modders of these old games.

Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Aidan Richmond <aidan.is@hotmail.co.uk>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
Aidan Richmond 2021-04-25 21:00:01 +01:00 committed by Zane van Iperen
parent a0fd55c206
commit 4236e87f50
No known key found for this signature in database
GPG key ID: 68616B2D8AC4DCC5
5 changed files with 145 additions and 1 deletions

View file

@ -478,6 +478,7 @@ extern AVOutputFormat ff_webp_muxer;
extern AVInputFormat ff_webvtt_demuxer;
extern AVOutputFormat ff_webvtt_muxer;
extern AVInputFormat ff_wsaud_demuxer;
extern AVOutputFormat ff_wsaud_muxer;
extern AVInputFormat ff_wsd_demuxer;
extern AVInputFormat ff_wsvqa_demuxer;
extern AVInputFormat ff_wtv_demuxer;