avcodec/x86/fdct: Remove obsolete comment

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-11-04 06:19:51 +01:00
parent 18e08101eb
commit 6c1acbbffb

View File

@@ -44,10 +44,6 @@
// constants for the forward DCT // constants for the forward DCT
// ----------------------------- // -----------------------------
// //
// Be sure to check that your compiler is aligning all constants to QWORD
// (8-byte) memory boundaries! Otherwise the unaligned memory access will
// severely stall MMX execution.
//
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
#define BITS_FRW_ACC 3 //; 2 or 3 for accuracy #define BITS_FRW_ACC 3 //; 2 or 3 for accuracy