comparison rv34.c @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents ec65d742016f
children e9d9d946f213
comparison
equal deleted inserted replaced
8692:48442253aac2 8693:18737839ed27
99 } 99 }
100 100
101 /** 101 /**
102 * Initialize all tables. 102 * Initialize all tables.
103 */ 103 */
104 static av_cold void rv34_init_tables() 104 static av_cold void rv34_init_tables(void)
105 { 105 {
106 int i, j, k; 106 int i, j, k;
107 107
108 for(i = 0; i < NUM_INTRA_TABLES; i++){ 108 for(i = 0; i < NUM_INTRA_TABLES; i++){
109 for(j = 0; j < 2; j++){ 109 for(j = 0; j < 2; j++){