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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasfenc.c206 static void put_str16_nolen(ByteIOContext *s, const char *tag);
210 put_str16_nolen(s, tag);
213 static void put_str16_nolen(ByteIOContext *s, const char *tag) function
344 if (title ) put_str16_nolen(pb, title->value );
345 if (author ) put_str16_nolen(pb, author->value );
346 if (copyright) put_str16_nolen(pb, copyright->value);
347 if (comment ) put_str16_nolen(pb, comment->value );
359 put_str16_nolen(pb, tag->key);
362 put_str16_nolen(pb, tag->value);

Completed in 39 milliseconds