Home
last modified time | relevance | path

Searched refs:id3v1_set_string (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmp3enc.c40 static int id3v1_set_string(AVFormatContext *s, const char *key, in id3v1_set_string() function
60 count += id3v1_set_string(s, "TIT2", buf + 3, 30 + 1); //title in id3v1_create_tag()
61 count += id3v1_set_string(s, "TPE1", buf + 33, 30 + 1); //author|artist in id3v1_create_tag()
62 count += id3v1_set_string(s, "TALB", buf + 63, 30 + 1); //album in id3v1_create_tag()
74 count += id3v1_set_string(s, "comment", buf + 97, 30 + 1); in id3v1_create_tag()

Completed in 2 milliseconds