summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2018-01-06 17:33:01 +0100
committerAurelien Jacobs <aurel@gnuage.org>2018-02-09 22:10:55 +0100
commitd8258489c87e5571337056be6ce1c2aa739e6873 (patch)
tree99529913b9d845b045884f03c74e0f803ea09b96 /libavformat/allformats.c
parent6fd110a0940f9177d33db4e98b2a66742cc29988 (diff)
aptx: add raw muxer and demuxer for aptX HD
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 9fd649bb4c..e75cd917e4 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -59,6 +59,8 @@ extern AVInputFormat ff_apng_demuxer;
extern AVOutputFormat ff_apng_muxer;
extern AVInputFormat ff_aptx_demuxer;
extern AVOutputFormat ff_aptx_muxer;
+extern AVInputFormat ff_aptx_hd_demuxer;
+extern AVOutputFormat ff_aptx_hd_muxer;
extern AVInputFormat ff_aqtitle_demuxer;
extern AVInputFormat ff_asf_demuxer;
extern AVOutputFormat ff_asf_muxer;