summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index e75cd917e4..662e505416 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;