[Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.53,1.54
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Dec 9 20:11:47 CET 2001
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv6096
Modified Files:
demuxer.c
Log Message:
10l
Index: demuxer.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- demuxer.c 1 Dec 2001 22:12:58 -0000 1.53
+++ demuxer.c 9 Dec 2001 19:11:42 -0000 1.54
@@ -719,8 +719,8 @@
mp_msg(MSGT_DEMUX, MSGL_INFO, " Name: %s\n", info->name);
if (info->author)
mp_msg(MSGT_DEMUX, MSGL_INFO, " Author: %s\n", info->author);
- if (info->comments)
- mp_msg(MSGT_DEMUX, MSGL_INFO, " Copyright: %s\n", info->comments);
+ if (info->copyright)
+ mp_msg(MSGT_DEMUX, MSGL_INFO, " Copyright: %s\n", info->copyright);
if (info->comments)
mp_msg(MSGT_DEMUX, MSGL_INFO, " Comments: %s\n", info->comments);
if (info->encoder)
More information about the MPlayer-cvslog
mailing list