avformat: add WavArc demuxer

This commit is contained in:
Paul B Mahol
2023-01-21 19:17:38 +01:00
parent 651da91915
commit 4e3e70c19d
6 changed files with 131 additions and 2 deletions

View File

@@ -480,6 +480,7 @@ extern const AVInputFormat ff_vqf_demuxer;
extern const AVInputFormat ff_w64_demuxer;
extern const AVOutputFormat ff_w64_muxer;
extern const AVInputFormat ff_wady_demuxer;
extern const AVInputFormat ff_wavarc_demuxer;
extern const AVInputFormat ff_wav_demuxer;
extern const AVOutputFormat ff_wav_muxer;
extern const AVInputFormat ff_wc3_demuxer;