diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-10-06 07:01:13 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-07 22:27:18 +0200 |
commit | 5e546864b09379910721b35a14713982d933d9dd (patch) | |
tree | 5b88e5ae87a2c514048b48abb9116623b33c48bf /doc/doxy-wrapper.sh | |
parent | 69dd8d3a2a3d82ada344c889cbf8a8837a9157a0 (diff) | |
download | ffmpeg-5e546864b09379910721b35a14713982d933d9dd.tar.gz |
avcodec/flac_parser: Use native endianness when possible
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>
Diffstat (limited to 'doc/doxy-wrapper.sh')
0 files changed, 0 insertions, 0 deletions