aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorAntoine SOULIER <asoulier@google.com>2024-04-04 22:38:03 +0000
committerStefano Sabatini <stefasab@gmail.com>2024-04-15 18:34:12 +0200
commit257bc2a82ab6709ddfc8dd9cf570beefcef7d43f (patch)
tree9c4fc906752e331e4bad1ed75edb67e1e433c943 /libavformat/allformats.c
parentb2bc4ac69e5a8ff74a105de621e75fb722c31eae (diff)
downloadffmpeg-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.c2
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;