0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3412 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-12-09 19:11:42 +00:00
parent 80a081bc44
commit c575cad1ec

View File

@ -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)