summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDirk Farin <dirk.farin@gmail.com>2013-09-12 09:14:45 +0200
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:20:24 +0100
commit5846646296e377e093441dfe9eadde38ff1f7c99 (patch)
tree09896e5c6f980678401b8962a3d81cf39268521f /libavformat/allformats.c
parente1c058dba930c1f6f180e04d9e26dbda261cedbc (diff)
Add raw HEVC demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 a695815fa2..363462e684 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -117,6 +117,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(H261, h261);
REGISTER_MUXDEMUX(H263, h263);
REGISTER_MUXDEMUX(H264, h264);
+ REGISTER_DEMUXER (HEVC, hevc);
REGISTER_MUXDEMUX(HLS, hls);
REGISTER_DEMUXER (HNM, hnm);
REGISTER_DEMUXER (IDCIN, idcin);