demuxer/demux_mf: add support for more image codecs

This commit is contained in:
Paul B Mahol 2021-02-02 13:37:04 +01:00 committed by sfan5
parent f60725263c
commit 0075b76eeb
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,8 @@ static const struct {
{ "jls", "ljpeg" },
{ "thm", "mjpeg" },
{ "db", "mjpeg" },
{ "pcd", "photocd" },
{ "pfm", "pfm" },
{ "pcx", "pcx" },
{ "png", "png" },
{ "pns", "png" },