diff dctref.c @ 11408:4b6b3ffbaee3 libavcodec

Move dctref prototypes to a header file
author mru
date Mon, 08 Mar 2010 18:43:33 +0000
parents aad816bc3d54
children 7dd2a45249a9
line wrap: on
line diff
--- a/dctref.c	Mon Mar 08 15:12:36 2010 +0000
+++ b/dctref.c	Mon Mar 08 18:43:33 2010 +0000
@@ -30,6 +30,8 @@
  */
 
 #include "libavutil/mathematics.h"
+#include "dctref.h"
+
 static double coefficients[8 * 8];
 
 /**