diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-12-05 21:08:06 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-12-08 13:47:04 +0100 |
commit | c9b30992102bbc4120b5c0139d1aa8a2dbb2ebb0 (patch) | |
tree | a94e566c93b951df271892cc6a89f4f3e5994c38 /libavdevice/libavdevice.v | |
parent | a0900a318a60e38ffeb14c322b09f98fcbd97c73 (diff) | |
download | ffmpeg-c9b30992102bbc4120b5c0139d1aa8a2dbb2ebb0.tar.gz |
avformat/aadec: Don't unnecessarily reinitialize AVTEA context
We use ECB, not CBC mode here, so one does not need to reinitialize
the context; for the same reason, one can also just let av_tea_crypt()
loop over the blocks, avoiding a loop here.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/libavdevice.v')
0 files changed, 0 insertions, 0 deletions