]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make vorbis comment helper functions generic.
authorAndre Noll <maan@systemlinux.org>
Sun, 31 Jul 2011 23:08:20 +0000 (01:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 13 Nov 2011 13:40:48 +0000 (14:40 +0100)
commit1b218c4cde1c14c5bfbd8f52321ceb16b006de52
treeb49a5af69e8a1a3a9af99bc7bb0efd6f0010e63c
parentb8ece14bf778401197598c72a7fd7bcd1400aad0
Make vorbis comment helper functions generic.

copy_comment() and copy_if_tag_type() are useful also to the new flac
audio format handler, so move these functions to string.c and make
them public.

Rename them to safe_strdup() and key_value_copy() respectively,
as this is more to the point.
spx_afh.c
string.c
string.h