[FFmpeg-cvslog] mjpeg: support mpo

Michael Niedermayer git at videolan.org
Thu Nov 17 03:18:53 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Nov 17 03:13:50 2011 +0100| [1d23e5246c67f765dd5d119c9f3197bdae07330c] | committer: Michael Niedermayer

mjpeg: support mpo
Fixes stereoscopic_photo.mpo

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d23e5246c67f765dd5d119c9f3197bdae07330c
---

 libavformat/rawdec.c |    2 +-
 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



More information about the ffmpeg-cvslog mailing list