Mercurial > mplayer.hg
changeset 3069:e6bbc5e6a054
wrote a very annoying bug
author | alex |
---|---|
date | Thu, 22 Nov 2001 15:10:38 +0000 |
parents | 572a94255d1e |
children | dee70d05a406 |
files | libmpdemux/demux_viv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_viv.c Thu Nov 22 15:08:39 2001 +0000 +++ b/libmpdemux/demux_viv.c Thu Nov 22 15:10:38 2001 +0000 @@ -150,7 +150,7 @@ 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); }