diff options
author | Antoine SOULIER <asoulier@google.com> | 2024-04-04 22:38:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-15 18:34:12 +0200 |
commit | 257bc2a82ab6709ddfc8dd9cf570beefcef7d43f (patch) | |
tree | 9c4fc906752e331e4bad1ed75edb67e1e433c943 /libavformat/allformats.c | |
parent | b2bc4ac69e5a8ff74a105de621e75fb722c31eae (diff) | |
download | ffmpeg-257bc2a82ab6709ddfc8dd9cf570beefcef7d43f.tar.gz |
avformat/lc3: add file format for LC3/LC3plus transport
A file format is described in Bluetooth SIG LC3 and ETSI TS 103 634, for
test purpose.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index ae925dcf60..305fa46532 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -252,6 +252,8 @@ extern const FFInputFormat ff_kvag_demuxer; extern const FFOutputFormat ff_kvag_muxer; extern const FFInputFormat ff_laf_demuxer; extern const FFOutputFormat ff_latm_muxer; +extern const FFInputFormat ff_lc3_demuxer; +extern const FFOutputFormat ff_lc3_muxer; extern const FFInputFormat ff_lmlm4_demuxer; extern const FFInputFormat ff_loas_demuxer; extern const FFInputFormat ff_luodat_demuxer; |