text_beg = text = id3_string_decode(ID3_TEXT_FRAME_ENCODING(frame),
ID3_TEXT_FRAME_PTR(frame));
if (!text_beg) return NULL;
/*
* If content is just plain text, return it.
*/