comparison libmpdemux/demux_ogg.c @ 29288:4a1c217a844b

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).
author reimar
date Sat, 30 May 2009 13:18:57 +0000
parents 0f1b5b68af32
children 54145563612e
comparison
equal deleted inserted replaced
29287:8b0f2c4971f4 29288:4a1c217a844b
373 const char *ogg; 373 const char *ogg;
374 const char *mp; 374 const char *mp;
375 } table[] = { 375 } table[] = {
376 { "ENCODED_USING", "Software" }, 376 { "ENCODED_USING", "Software" },
377 { "ENCODER_URL", "Encoder URL" }, 377 { "ENCODER_URL", "Encoder URL" },
378 { "TITLE", "Name" }, 378 { "TITLE", "Title" },
379 { "ARTIST", "Artist" }, 379 { "ARTIST", "Artist" },
380 { "COMMENT", "Comments" }, 380 { "COMMENT", "Comments" },
381 { "DATE", "Creation Date" }, 381 { "DATE", "Creation Date" },
382 { "GENRE", "Genre" }, 382 { "GENRE", "Genre" },
383 { "ALBUM", "Album" }, 383 { "ALBUM", "Album" },