1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

wrote a very annoying bug

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3070 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-22 15:10:38 +00:00
parent 2b0861fc84
commit 437be981be

View File

@ -150,7 +150,7 @@ static void vivo_parse_text_header(demuxer_t *demux, int header_len)
if (!strcmp(opt, "Producer"))
{
mp_msg(MSGT_DEMUX, MSGL_INFO, " Producer: %s\n", param);
demux_info_add(demux, "software", param);
demux_info_add(demux, "encoder", param);
priv->producer = malloc(strlen(param));
strcpy(priv->producer, param);
}