Searched refs:id3v2_put_ttag (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 Did3v2enc.c48 static int id3v2_put_ttag(AVFormatContext *s, const char *str1, const char *str2, function
96 return id3v2_put_ttag(s, t->value, NULL, tag, enc);
136 if ((ret = id3v2_put_ttag(s, t->key, t->value, MKBETAG('T', 'X', 'X', 'X'), enc)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2enc.c65 static int id3v2_put_ttag(ID3v2EncContext *id3, AVIOContext *avioc, const char *str1, const char *str2, function
110 return id3v2_put_ttag(id3, pb, t->value, NULL, tag, enc);
190 if ((ret = id3v2_put_ttag(id3, pb, t->key, t->value, MKBETAG('T', 'X', 'X', 'X'), enc)) < 0)

Completed in 30 milliseconds