summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-04-18 17:40:51 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-03 19:37:14 +0200
commit9ae570fb5fc7a0401a7cb37bac82086a07aed8a5 (patch)
treea27321dec782d95a4185c88f421631dccbc785e6 /libavformat/allformats.c
parent234e00259ba036b53dc24f78f23c6afe8f108d74 (diff)
JACOsub demuxer, decoder and muxer.
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 905a1653f6..ad2693ad12 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -125,6 +125,7 @@ void av_register_all(void)
REGISTER_DEMUXER (ISS, iss);
REGISTER_DEMUXER (IV8, iv8);
REGISTER_MUXDEMUX (IVF, ivf);
+ REGISTER_MUXDEMUX (JACOSUB, jacosub);
REGISTER_DEMUXER (JV, jv);
REGISTER_MUXDEMUX (LATM, latm);
REGISTER_DEMUXER (LMLM4, lmlm4);