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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmp3enc.c35 static int id3v1_set_string(AVFormatContext *s, const char *key, function
53 count += id3v1_set_string(s, "TIT2", buf + 3, 30); //title
54 count += id3v1_set_string(s, "TPE1", buf + 33, 30); //author|artist
55 count += id3v1_set_string(s, "TALB", buf + 63, 30); //album
56 count += id3v1_set_string(s, "TDRL", buf + 93, 4); //date
57 count += id3v1_set_string(s, "comment", buf + 97, 30);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmp3enc.c36 static int id3v1_set_string(AVFormatContext *s, const char *key, function
55 count += id3v1_set_string(s, "TIT2", buf + 3, 30 + 1); //title
56 count += id3v1_set_string(s, "TPE1", buf + 33, 30 + 1); //author|artist
57 count += id3v1_set_string(s, "TALB", buf + 63, 30 + 1); //album
58 count += id3v1_set_string(s, "TDRL", buf + 93, 4 + 1); //date
59 count += id3v1_set_string(s, "comment", buf + 97, 30 + 1);

Completed in 21 milliseconds