]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/aes.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / aes.c
index 46b290ccc45ad2f43ae4fa9f00ae419447b4d16b..7950902280f18e94047e438672f477e956ac0a07 100644 (file)
@@ -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;