summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorMartin Lambers <marlam@marlam.de>2013-10-16 17:37:02 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2013-12-12 16:10:15 +0100
commitae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a (patch)
tree42ec8adb80b122dcbb5481d9b7b9a3cf8524ad68 /libavformat/img2.c
parent46c0cbd5dc01196949105e49f2ded10aa85a6e39 (diff)
img2: add stereo 3d still picture file extensions
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 3b49a32391..493df6d77e 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" },