summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx_qns_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/i386/dsputil_mmx_qns_template.c')
-rw-r--r--libavcodec/i386/dsputil_mmx_qns_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/i386/dsputil_mmx_qns_template.c b/libavcodec/i386/dsputil_mmx_qns_template.c
index 1f484e74f0..d2dbfc5a58 100644
--- a/libavcodec/i386/dsputil_mmx_qns_template.c
+++ b/libavcodec/i386/dsputil_mmx_qns_template.c
@@ -22,10 +22,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* This header intentionally has no multiple inclusion guards. It is meant to
- * be included multiple times and generates different code depending on the
- * value of certain #defines. */
-
#define MAX_ABS (512 >> (SCALE_OFFSET>0 ? SCALE_OFFSET : 0))
static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale)