Skip to content
Snippets Groups Projects

A pair of style fixups

Merged Ralph Giles requested to merge style into master
  1. Jun 09, 2020
    • Ralph Giles's avatar
      opusrtp: Clean up tag header style. · 4e411db8
      Ralph Giles authored
      Regularize whitespace and be consistent using a fixed 8-byte
      length for the `OpusTags` packet header, rather can calling
      strlen on the literal. This length, and the offset of the
      subsequence fields, is fixed by the specification, so using
      a fixed length would great a less-corrupt file if the header
      sequence were somehow changed.
      
      Thanks to willson-chen for pointint out the style issue,
      and Mark Harris for recommending the fixed header length.
      Verified
      4e411db8
    • Ralph Giles's avatar
      opusinfo: Shorted extra packet warning. · 8eeac05c
      Ralph Giles authored
      I think this is more readable.
      8eeac05c
Loading