X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fallformats.c;h=9dc5ce8a767b2891eb48a48f67d388765aa7323d;hb=f6ea397d0ae4e4188e90deecbcffd1cf5419c110;hp=e75cd917e44a9bc8ee6d1d1582dfa50901696416;hpb=d28eb0e34d80f12b779c7b6befc5b350ffcdf476;p=ffmpeg diff --git a/libavformat/allformats.c b/libavformat/allformats.c index e75cd917e44..9dc5ce8a767 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -96,6 +96,10 @@ extern AVOutputFormat ff_cavsvideo_muxer; extern AVInputFormat ff_cdg_demuxer; extern AVInputFormat ff_cdxl_demuxer; extern AVInputFormat ff_cine_demuxer; +extern AVInputFormat ff_codec2_demuxer; +extern AVOutputFormat ff_codec2_muxer; +extern AVInputFormat ff_codec2raw_demuxer; +extern AVOutputFormat ff_codec2raw_muxer; extern AVInputFormat ff_concat_demuxer; extern AVOutputFormat ff_crc_muxer; extern AVInputFormat ff_dash_demuxer; @@ -350,6 +354,8 @@ extern AVInputFormat ff_s337m_demuxer; 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;