[Mplayer-cvslog] CVS: main/libmpdemux demux_viv.c,1.10,1.11

Alex Beregszaszi alex at mplayer.dev.hu
Thu Nov 22 16:10:40 CET 2001


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

Modified Files:
	demux_viv.c 
Log Message:
wrote a very annoying bug

Index: demux_viv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_viv.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- demux_viv.c	22 Nov 2001 15:08:39 -0000	1.10
+++ demux_viv.c	22 Nov 2001 15:10:38 -0000	1.11
@@ -150,7 +150,7 @@
 	if (!strcmp(opt, "Producer"))
 	{
 	    mp_msg(MSGT_DEMUX, MSGL_INFO, " Producer: %s\n", param);
-	    demux_info_add(demux, "software", param);
+	    demux_info_add(demux, "encoder", param);
 	    priv->producer = malloc(strlen(param));
 	    strcpy(priv->producer, param);
 	}




More information about the MPlayer-cvslog mailing list