mirror of https://github.com/FFmpeg/FFmpeg.git
FLAC sync codes contain a byte equal to 0xFF and so the function that searches for sync codes first searched for this byte. It did this by checking four bytes at once; these bytes have been read via AV_RB32, but the test works just as well with native endianness. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/323/head
parent
69dd8d3a2a
commit
5e546864b0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue