OSDN Git Service

img2: add stereo 3d still picture file extensions
authorMartin Lambers <marlam@marlam.de>
Wed, 16 Oct 2013 15:37:02 +0000 (17:37 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 12 Dec 2013 15:10:15 +0000 (16:10 +0100)
libavformat/img2.c

index 3b49a32..493df6d 100644 (file)
@@ -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"      },