Searched refs:country_ (Results 1 – 2 of 2) sorted by relevance
1285 country_ = NULL; in Init()1291 StrCpy(NULL, &country_); in Clear()1303 return StrCpy(country, &country_); in set_country()1312 if (country_) in WriteDisplay()1313 payload_size += EbmlElementSize(kMkvChapCountry, country_); in WriteDisplay()1335 if (country_) { in WriteDisplay()1336 if (!WriteEbmlElement(writer, kMkvChapCountry, country_)) in WriteDisplay()
607 char* country_; member in mkvmuxer::Chapter::Display