[FFmpeg-cvslog] img2: add stereo 3d still picture file extensions

Martin Lambers git at videolan.org
Thu Dec 12 19:54:42 CET 2013


ffmpeg | branch: master | Martin Lambers <marlam at marlam.de> | Wed Oct 16 17:37:02 2013 +0200| [ae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a] | committer: Vittorio Giovara

img2: add stereo 3d still picture file extensions

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

 libavformat/img2.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavformat/img2.c b/libavformat/img2.c
index 3b49a32..493df6d 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -31,8 +31,11 @@ typedef struct {
 static const IdStrMap img_tags[] = {
     { AV_CODEC_ID_MJPEG,      "jpeg"     },
     { AV_CODEC_ID_MJPEG,      "jpg"      },
+    { AV_CODEC_ID_MJPEG,      "jps"      },
+    { AV_CODEC_ID_MJPEG,      "mpo"      },
     { AV_CODEC_ID_LJPEG,      "ljpg"     },
     { AV_CODEC_ID_PNG,        "png"      },
+    { AV_CODEC_ID_PNG,        "pns"      },
     { AV_CODEC_ID_PNG,        "mng"      },
     { AV_CODEC_ID_PPM,        "ppm"      },
     { AV_CODEC_ID_PPM,        "pnm"      },



More information about the ffmpeg-cvslog mailing list