summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorhwren <hwrenx@126.com>2020-10-05 20:10:45 +0800
committerhwren <hwrenx@126.com>2020-10-06 00:01:27 +0800
commitff74ad2a4b51bda9f6ec92fffa09228c408eaa0b (patch)
tree0d86fe64b094115bfbce20ff239bca3d1504c35e /libavformat/allformats.c
parent6223d77578df8146596c878c96e243095fb9e201 (diff)
lavf/avs3dec: add raw avs3 demuxer
Signed-off-by: hbj <hanbj@pku.edu.cn> Signed-off-by: hwren <hwrenx@126.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 9d85b8ccc3..3912b60ec3 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -87,6 +87,7 @@ extern AVInputFormat ff_avr_demuxer;
extern AVInputFormat ff_avs_demuxer;
extern AVInputFormat ff_avs2_demuxer;
extern AVOutputFormat ff_avs2_muxer;
+extern AVInputFormat ff_avs3_demuxer;
extern AVInputFormat ff_bethsoftvid_demuxer;
extern AVInputFormat ff_bfi_demuxer;
extern AVInputFormat ff_bintext_demuxer;