diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-01-11 11:28:30 -0800 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-06-20 12:47:00 +0200 |
commit | 2cac3fd744ea7f1a8bd0f507718c3323e75442c6 (patch) | |
tree | 0b0ee61dbee4a39c717cc9029882807540559e27 /libavformat/allformats.c | |
parent | 88b3841149b9f41d6c5ec7930dcd5c6caf28b198 (diff) | |
download | ffmpeg-2cac3fd744ea7f1a8bd0f507718c3323e75442c6.tar.gz |
avformat: add raw AC-4 muxer
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 70fa7f1460..f64b0870aa 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -35,6 +35,7 @@ extern const AVInputFormat ff_aax_demuxer; extern const AVInputFormat ff_ac3_demuxer; extern const FFOutputFormat ff_ac3_muxer; extern const AVInputFormat ff_ac4_demuxer; +extern const FFOutputFormat ff_ac4_muxer; extern const AVInputFormat ff_ace_demuxer; extern const AVInputFormat ff_acm_demuxer; extern const AVInputFormat ff_act_demuxer; |