[Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.46,1.47

Atmosfear atmos4 at mplayer.dev.hu
Wed Nov 21 23:56:46 CET 2001


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

Modified Files:
	demuxer.c 
Log Message:
10l for al3x :-P


Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- demuxer.c	21 Nov 2001 16:14:14 -0000	1.46
+++ demuxer.c	21 Nov 2001 22:56:38 -0000	1.47
@@ -628,7 +628,7 @@
 {
     demuxer_info_t *info = &demuxer->info;
 
-    if (!strncmp(opt, "name"))
+    if (!strcmp(opt, "name"))
     {
 	if (info->name)
 	{
@@ -640,7 +640,7 @@
 	return(1);
     }
 
-    if (!strncmp(opt, "author"))
+    if (!strcmp(opt, "author"))
     {
 	if (info->author)
 	{
@@ -652,7 +652,7 @@
 	return(1);
     }
 
-    if (!strncmp(opt, "encoder"))
+    if (!strcmp(opt, "encoder"))
     {
 	if (info->encoder)
 	{
@@ -664,7 +664,7 @@
 	return(1);
     }
 
-    if (!strncmp(opt, "comments"))
+    if (!strcmp(opt, "comments"))
     {
 	if (info->comments)
 	{




More information about the MPlayer-cvslog mailing list