[Mplayer-cvslog] CVS: main/libmpdemux demux_mf.c,1.5,1.6

Zoltan Ponekker pontscho at mplayer.dev.hu
Sun Mar 10 23:49:21 CET 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv7562/libmpdemux

Modified Files:
	demux_mf.c 
Log Message:
Add IJPG decoder.

Index: demux_mf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- demux_mf.c	11 Feb 2002 09:15:32 -0000	1.5
+++ demux_mf.c	10 Mar 2002 22:49:18 -0000	1.6
@@ -94,7 +94,7 @@
   sh_video->ds = demuxer->video;
 
   if ( !strcasecmp( mf_type,"jpg" ) || 
-        !(strcasecmp(mf_type, "jpeg"))) sh_video->format = mmioFOURCC('M', 'J', 'P', 'G');
+        !(strcasecmp(mf_type, "jpeg"))) sh_video->format = mmioFOURCC('I', 'J', 'P', 'G');
    else 
      if ( !strcasecmp( mf_type,"png" )) sh_video->format = mmioFOURCC('M', 'P', 'N', 'G' );
        else { mp_msg(MSGT_DEMUX, MSGL_INFO, "[demux_mf] unknow input file type.\n" ); free( dmf ); return NULL; }




More information about the MPlayer-cvslog mailing list