Skip to content
  • René Stadler's avatar
    typefind: fix E-AC-3 frame size parsing · 886ea051
    René Stadler authored
    Frame size is given in words; it is already multiplied by two where
    needed, so the left shift is superfluous. This extra multiplication
    caused the code to inspect the third packet instead of the second,
    which would fail for files where the second packet has a size
    different from the first.
    886ea051