From c575cad1ec2d75f187b45fcdddb1b015e26ad776 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 9 Dec 2001 19:11:42 +0000 Subject: [PATCH] 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3412 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demuxer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpdemux/demuxer.c b/libmpdemux/demuxer.c index fa8c551983..6386a98889 100644 --- a/libmpdemux/demuxer.c +++ b/libmpdemux/demuxer.c @@ -719,8 +719,8 @@ int demux_info_print(demuxer_t *demuxer) 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)