]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/aes.c
opt/eval: Include mathematics.h for NAN/INFINITY
[ffmpeg] / libavutil / aes.c
index 0301e0395c6894f0934ce9291b5df3abc0945b27..6803c7190d973153dec30e1d363263f2503c8e83 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;