demux_mf: add support for QOI, PHM and HDR images

This commit is contained in:
Paul B Mahol 2022-09-23 22:08:53 +02:00 committed by Jan Ekström
parent 2852691587
commit cdcbd7372d
1 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,8 @@ static const struct {
{ "db", "mjpeg" },
{ "pcd", "photocd" },
{ "pfm", "pfm" },
{ "phm", "phm" },
{ "hdr", "hdr" },
{ "pcx", "pcx" },
{ "png", "png" },
{ "pns", "png" },
@ -319,6 +321,7 @@ static const struct {
{ "pix", "brender_pix" },
{ "exr", "exr" },
{ "pic", "pictor" },
{ "qoi", "qoi" },
{ "xface", "xface" },
{ "xwd", "xwd" },
{0}