[FFmpeg-cvslog] r12254 - trunk/libavcodec/faanidct.c
diego
subversion
Tue Feb 26 23:52:01 CET 2008
Author: diego
Date: Tue Feb 26 23:52:01 2008
New Revision: 12254
Log:
Add explanatory comment to '#define FLOAT float'.
Modified:
trunk/libavcodec/faanidct.c
Modified: trunk/libavcodec/faanidct.c
==============================================================================
--- trunk/libavcodec/faanidct.c (original)
+++ trunk/libavcodec/faanidct.c Tue Feb 26 23:52:01 2008
@@ -20,6 +20,7 @@
*/
#include "mpegvideo.h"
+/* To allow switching to double. */
#define FLOAT float
#define B0 1.0000000000000000000000
More information about the ffmpeg-cvslog
mailing list