Skip to content
  • Timothy B. Terriberry's avatar
    Expose tag comparison functions. · 046b089d
    Timothy B. Terriberry authored
    It seems somewhat silly to have to write your own strcasecmp to
     satisfy the usage pattern found in opusfile_example: scanning the
     whole tags list and handling certain tags specially (as opposed to
     searching for specific tags, as opus_tags_query() does).
    Given that we were already using an equivalent function internally
     to implement opus_tags_query, just expose it directly.
    046b089d