diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-20 23:51:55 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-21 09:04:25 +0100 |
commit | c18365402bbb6fbfa7854b47c3288f9e31f39f44 (patch) | |
tree | 555be311010b6653f6ebc75add112a9cdd67bbc8 /libavutil | |
parent | 8742a4ff87b5d6ff9f8b5095a29f2e7e7147b5d8 (diff) | |
download | ffmpeg-c18365402bbb6fbfa7854b47c3288f9e31f39f44.tar.gz |
Replace Subversion revisions in comments by Git hashes.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/aes.c b/libavutil/aes.c index 0301e0395c..6803c7190d 100644 --- a/libavutil/aes.c +++ b/libavutil/aes.c @@ -33,7 +33,7 @@ typedef union { typedef struct AVAES { // Note: round_key[16] is accessed in the init code, but this only - // overwrites state, which does not matter (see also r7471). + // overwrites state, which does not matter (see also commit ba554c0). av_aes_block round_key[15]; av_aes_block state[2]; int rounds; |