[MPlayer-cvslog] r34642 - trunk/libmpdemux/demux_mf.c

compn subversion at mplayerhq.hu
Tue Jan 31 13:11:47 CET 2012


Author: compn
Date: Tue Jan 31 13:11:46 2012
New Revision: 34642

Log:
add jps / pns image formats, sync'd from ffmpeg

Modified:
   trunk/libmpdemux/demux_mf.c

Modified: trunk/libmpdemux/demux_mf.c
==============================================================================
--- trunk/libmpdemux/demux_mf.c	Mon Jan 30 19:14:45 2012	(r34641)
+++ trunk/libmpdemux/demux_mf.c	Tue Jan 31 13:11:46 2012	(r34642)
@@ -89,11 +89,13 @@ static const struct {
   { "jpc",  mmioFOURCC('M', 'J', '2', 'C') },
   { "jpeg", mmioFOURCC('I', 'J', 'P', 'G') },
   { "jpg",  mmioFOURCC('I', 'J', 'P', 'G') },
+  { "jps",  mmioFOURCC('I', 'J', 'P', 'G') },
   { "jls",  mmioFOURCC('I', 'J', 'P', 'G') },
   { "thm",  mmioFOURCC('I', 'J', 'P', 'G') },
   { "db",   mmioFOURCC('I', 'J', 'P', 'G') },
   { "pcx",  mmioFOURCC('p', 'c', 'x', ' ') },
   { "png",  mmioFOURCC('M', 'P', 'N', 'G') },
+  { "pns",  mmioFOURCC('M', 'P', 'N', 'G') },
   { "ptx",  mmioFOURCC('p', 't', 'x', ' ') },
   { "tga",  mmioFOURCC('M', 'T', 'G', 'A') },
   { "tif",  mmioFOURCC('t', 'i', 'f', 'f') },


More information about the MPlayer-cvslog mailing list