From ea47ab2a9f1e40c3119c9ebaa745f9a55da844e4 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 30 May 2009 13:18:57 +0000 Subject: In all demux_info_add calls change "name" to "title". Currently "name" and "title" are both used at random, this makes it consistent. "title" was chosen because it is less ambiguous and also the get_meta_title slave mode command uses that (there is no get_meta_name command). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29330 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_viv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/demux_viv.c') diff --git a/libmpdemux/demux_viv.c b/libmpdemux/demux_viv.c index 4501c130cf..b642ee761f 100644 --- a/libmpdemux/demux_viv.c +++ b/libmpdemux/demux_viv.c @@ -208,7 +208,7 @@ static void vivo_parse_text_header(demuxer_t *demux, int header_len) /* only for displaying some informations about movie*/ if (!strcmp(opt, "Title")) { - demux_info_add(demux, "name", param); + demux_info_add(demux, "title", param); priv->title = strdup(param); } if (!strcmp(opt, "Author")) -- cgit v1.2.3