summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-10-03 17:24:06 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-04 01:37:31 +0200
commita2b8b163004e643d27d85dcafd220c0ffcce8f59 (patch)
tree861a5084a9a6657b56a282e9f4a44f0c980bc474 /libavformat/allformats.c
parent76e3f8242d607ac0394b7894196f83f8d02ce5ca (diff)
lavf: add chromaprint muxer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 0a24ac718b..0ccde9dfbc 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -391,6 +391,7 @@ void av_register_all(void)
REGISTER_PROTOCOL(UNIX, unix);
/* external libraries */
+ REGISTER_MUXER (CHROMAPRINT, chromaprint);
REGISTER_DEMUXER (LIBGME, libgme);
REGISTER_DEMUXER (LIBMODPLUG, libmodplug);
REGISTER_MUXDEMUX(LIBNUT, libnut);