summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-05-16 17:03:28 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-06-07 10:14:45 +0200
commit9b56ac74b170d12027fbc81f581a451a709f1105 (patch)
tree84d1c34490ef22c3a07d0ed3a05342a4c592e3b9 /libavformat/allformats.c
parent0289f81241e720452b5a77713488d54d3ec252d7 (diff)
mpjpeg: Initial implementation
Support only streams with Content-Length. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index ff296cb8ae..1f76b1b1ef 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -163,7 +163,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(MPEGTS, mpegts);
REGISTER_DEMUXER (MPEGTSRAW, mpegtsraw);
REGISTER_DEMUXER (MPEGVIDEO, mpegvideo);
- REGISTER_MUXER (MPJPEG, mpjpeg);
+ REGISTER_MUXDEMUX(MPJPEG, mpjpeg);
REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp);
REGISTER_DEMUXER (MTV, mtv);
REGISTER_DEMUXER (MV, mv);