diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-12 17:42:16 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-18 11:34:11 +0200 |
commit | 92396cee602320c714713ca2d93b53684ad57000 (patch) | |
tree | 237e8fb029f95ab5978056bbd112e0073b2dbbcb /libavformat/allformats.c | |
parent | 0ea6ec3d0054fd4b128f9a5b7aab26ccc6ac6caf (diff) | |
download | ffmpeg-92396cee602320c714713ca2d93b53684ad57000.tar.gz |
avformat: add CRI AAX 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 1832957e90..ac154a3f31 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -31,6 +31,7 @@ extern AVOutputFormat ff_a64_muxer; extern AVInputFormat ff_aa_demuxer; extern AVInputFormat ff_aac_demuxer; +extern AVInputFormat ff_aax_demuxer; extern AVInputFormat ff_ac3_demuxer; extern AVOutputFormat ff_ac3_muxer; extern AVInputFormat ff_acm_demuxer; |