]> git.sesse.net Git - vlc/commit
PPM image support
authorJohann Ransay <johann.ransay@planar.com>
Tue, 8 Dec 2009 10:49:51 +0000 (11:49 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Dec 2009 21:56:09 +0000 (23:56 +0200)
commit03edfd021de2077e725eadfa8f8f2339b5aa62b4
tree523296ef6e87f491d79214e81319cfe9c71cb4ac
parent96b1f07d70ff84140eb6f511e67fb7e1ba6cbd51
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: Rémi Denis-Courmont <remi@remlab.net>
src/misc/image.c