Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.c4025 static int mov_write_string_data_tag(AVIOContext *pb, const char *data, int lang, int long_style) argument
4028 if (long_style) {
4094 const char *value, int lang, int long_style)
4101 mov_write_string_data_tag(pb, value, lang, long_style);
4134 int long_style)
4140 return mov_write_string_tag(pb, name, t->value, lang, long_style);
4093 mov_write_string_tag(AVIOContext *pb, const char *name, const char *value, int lang, int long_style) global() argument
4132 mov_write_string_metadata(AVFormatContext *s, AVIOContext *pb, const char *name, const char *tag, int long_style) global() argument

Completed in 12 milliseconds