sbc: add raw muxer for SBC

This commit is contained in:
Aurelien Jacobs
2017-12-17 20:24:21 +01:00
parent ff4600d954
commit 88508a87a5
4 changed files with 16 additions and 1 deletions

View File

@@ -355,6 +355,7 @@ extern AVInputFormat ff_sami_demuxer;
extern AVInputFormat ff_sap_demuxer;
extern AVOutputFormat ff_sap_muxer;
extern AVInputFormat ff_sbc_demuxer;
extern AVOutputFormat ff_sbc_muxer;
extern AVInputFormat ff_sbg_demuxer;
extern AVInputFormat ff_scc_demuxer;
extern AVOutputFormat ff_scc_muxer;