comparison x86/simple_idct_mmx.c @ 8527:f8bf438c6000 libavcodec

Add missing 'void' keyword to parameterless function declarations.
author diego
date Mon, 05 Jan 2009 13:57:43 +0000
parents 7768bdfd4f7b
children 8b9fc0c8f1cc
comparison
equal deleted inserted replaced
8526:4c851747ee74 8527:f8bf438c6000
78 C7, -C5, C7, -C5, 78 C7, -C5, C7, -C5,
79 C3, -C1, C3, -C1 79 C3, -C1, C3, -C1
80 }; 80 };
81 81
82 #if 0 82 #if 0
83 static void unused_var_killer(){ 83 static void unused_var_killer(void)
84 {
84 int a= wm1010 + d40000; 85 int a= wm1010 + d40000;
85 temp[0]=a; 86 temp[0]=a;
86 } 87 }
87 88
88 static void inline idctCol (int16_t * col, int16_t *input) 89 static void inline idctCol (int16_t * col, int16_t *input)