Home
last modified time | relevance | path

Searched refs:id3tag_buf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3-util.h53 char* id3tag_buf = lsx_malloc(strlen(comment) + 6); in write_comments() local
54 if (id3tag_buf) in write_comments()
56 sprintf(id3tag_buf, "TPOS=%s", comment); in write_comments()
57 p->id3tag_set_fieldvalue(p->gfp, id3tag_buf); in write_comments()
58 free(id3tag_buf); in write_comments()