Skip to content
Snippets Groups Projects
Commit ae9d13f0 authored by Martin Lambers's avatar Martin Lambers Committed by Vittorio Giovara
Browse files

img2: add stereo 3d still picture file extensions

parent 46c0cbd5
No related branches found
No related tags found
No related merge requests found
......@@ -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" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment