Commit 03edfd02 authored by Johann Ransay's avatar Johann Ransay Committed by Rémi Denis-Courmont

PPM image support

PPM image format is already supported in FFMPEG. It would be possible to
support it in vlc too with the following patch.
The targetted usage of this change is to be able to do:
vlc --fake-file image.ppm fake://
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 96b1f07d
......@@ -541,6 +541,7 @@ static const struct
{ VLC_CODEC_TIFF, "tif" },
{ VLC_CODEC_TIFF, "tiff" },
{ VLC_FOURCC('l','b','m',' '), "lbm" },
{ VLC_FOURCC('p','p','m',' '), "ppm" },
{ 0, NULL }
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment