summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2014-03-15 17:28:01 +1100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-16 18:24:30 +0100
commit40f88796c69ae453e5fc4b8cd6432fa0ca85b923 (patch)
tree1e7ffcbfa70a3ad3639b39f96932d9541f97c4b7 /libavformat/allformats.c
parent97bb0076c5bb1b30a33b911f8b92ff1c11b7ffb5 (diff)
Phantom Cine demuxer (iteration 2014.3)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 16a3ae3e3e..6d748608db 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -98,6 +98,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(CAVSVIDEO, cavsvideo);
REGISTER_DEMUXER (CDG, cdg);
REGISTER_DEMUXER (CDXL, cdxl);
+ REGISTER_DEMUXER (CINE, cine);
REGISTER_DEMUXER (CONCAT, concat);
REGISTER_MUXER (CRC, crc);
REGISTER_MUXDEMUX(DATA, data);