summaryrefslogtreecommitdiffstats
path: root/libavformat/rawdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-17 03:13:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-17 03:13:50 +0100
commit1d23e5246c67f765dd5d119c9f3197bdae07330c (patch)
tree19c02d37fc48f5bb7a9ffb26ab530f83b9ba6983 /libavformat/rawdec.c
parent8709ba907a7f6f44e392161221d9628fa74b22f6 (diff)
downloadffmpeg-streaming-1d23e5246c67f765dd5d119c9f3197bdae07330c.zip
ffmpeg-streaming-1d23e5246c67f765dd5d119c9f3197bdae07330c.tar.gz
mjpeg: support mpo
Fixes stereoscopic_photo.mpo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rawdec.c')
-rw-r--r--libavformat/rawdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
index d497f12..e48b4f2 100644
--- a/libavformat/rawdec.c
+++ b/libavformat/rawdec.c
@@ -206,7 +206,7 @@ AVInputFormat ff_latm_demuxer = {
#endif
#if CONFIG_MJPEG_DEMUXER
-FF_DEF_RAWVIDEO_DEMUXER(mjpeg, "raw MJPEG video", NULL, "mjpg,mjpeg", CODEC_ID_MJPEG)
+FF_DEF_RAWVIDEO_DEMUXER(mjpeg, "raw MJPEG video", NULL, "mjpg,mjpeg,mpo", CODEC_ID_MJPEG)
#endif
#if CONFIG_MLP_DEMUXER
OpenPOWER on IntegriCloud