mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-22 06:50:12 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user