avformat: add WADY demuxer

This commit is contained in:
Paul B Mahol
2023-01-21 12:05:30 +01:00
parent c5a545cff8
commit b8640bfc99
5 changed files with 91 additions and 2 deletions

View File

@@ -479,6 +479,7 @@ extern const AVInputFormat ff_vplayer_demuxer;
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_wav_demuxer;
extern const AVOutputFormat ff_wav_muxer;
extern const AVInputFormat ff_wc3_demuxer;