Skip to content
  • Timothy B. Terriberry's avatar
    Fix short length detection. · cf5d3a8c
    Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
    aa6fec66 added a check to reject modes with shorts longer than
     3.33 ms (less than 300 per second).
    However, it only rejected modes which could not be split at all.
    This expands the check to also reject modes which, even after
     splitting the maximum amount, still do not have shorts less than
     3.33 ms.
    cf5d3a8c