Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-11-11 23:11:19 +0300
committerMartin Storsjö <martin@martin.st>2015-11-13 22:53:57 +0300
commit588b6215b4c74945994eb9636b0699028c069ed2 (patch)
treea3fa726d8df4c1a9624440e8b102e6f2544337db /libavutil/xtea.h
parent92d107a17127c29036b71e53315a2c702960819a (diff)
rtmpcrypt: Do the xtea decryption in little endian mode
The XTEA algorithm operates on 32 bit numbers, not on byte sequences. The XTEA implementation in libavutil is written assuming big endian numbers, while the rtmpe signature encryption assumes little endian. This fixes rtmpe communication with rtmpe servers that use signature type 8 (XTEA), e.g. crunchyroll. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/xtea.h')
0 files changed, 0 insertions, 0 deletions