Mercurial > mplayer.hg
changeset 3411:1c571bccd19a
10l
author | alex |
---|---|
date | Sun, 09 Dec 2001 19:11:42 +0000 |
parents | 3eb15016e454 |
children | 21d65a4ae3c9 |
files | libmpdemux/demuxer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demuxer.c Sun Dec 09 18:54:54 2001 +0000 +++ b/libmpdemux/demuxer.c Sun Dec 09 19:11:42 2001 +0000 @@ -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)