diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-09-19 22:05:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-09-23 20:27:35 +0200 |
commit | 6c233910640e0616db2f2ed0b39a6c20f6208add (patch) | |
tree | 7673382db05f0802e9498fe5aafe411f812e9b8a /libavformat/allformats.c | |
parent | 84f467454bc22804662d179abc1b667674e34929 (diff) | |
download | ffmpeg-6c233910640e0616db2f2ed0b39a6c20f6208add.tar.gz |
avformat: add APAC demuxer
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index a545b5ff45..47c419a009 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -52,6 +52,7 @@ extern const AVInputFormat ff_amrnb_demuxer; extern const AVInputFormat ff_amrwb_demuxer; extern const AVOutputFormat ff_amv_muxer; extern const AVInputFormat ff_anm_demuxer; +extern const AVInputFormat ff_apac_demuxer; extern const AVInputFormat ff_apc_demuxer; extern const AVInputFormat ff_ape_demuxer; extern const AVInputFormat ff_apm_demuxer; |