mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
a0fd55c206
commit
4236e87f50
5 changed files with 145 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue