mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 18:21:14 +08:00
img2: add stereo 3d still picture file extensions
This commit is contained in:

committed by
Vittorio Giovara

parent
46c0cbd5dc
commit
ae9d13f03e
@@ -31,8 +31,11 @@ typedef struct {
|
|||||||
static const IdStrMap img_tags[] = {
|
static const IdStrMap img_tags[] = {
|
||||||
{ AV_CODEC_ID_MJPEG, "jpeg" },
|
{ AV_CODEC_ID_MJPEG, "jpeg" },
|
||||||
{ AV_CODEC_ID_MJPEG, "jpg" },
|
{ AV_CODEC_ID_MJPEG, "jpg" },
|
||||||
|
{ AV_CODEC_ID_MJPEG, "jps" },
|
||||||
|
{ AV_CODEC_ID_MJPEG, "mpo" },
|
||||||
{ AV_CODEC_ID_LJPEG, "ljpg" },
|
{ AV_CODEC_ID_LJPEG, "ljpg" },
|
||||||
{ AV_CODEC_ID_PNG, "png" },
|
{ AV_CODEC_ID_PNG, "png" },
|
||||||
|
{ AV_CODEC_ID_PNG, "pns" },
|
||||||
{ AV_CODEC_ID_PNG, "mng" },
|
{ AV_CODEC_ID_PNG, "mng" },
|
||||||
{ AV_CODEC_ID_PPM, "ppm" },
|
{ AV_CODEC_ID_PPM, "ppm" },
|
||||||
{ AV_CODEC_ID_PPM, "pnm" },
|
{ AV_CODEC_ID_PPM, "pnm" },
|
||||||
|
Reference in New Issue
Block a user