comparison utils.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 2fa34e615c76
children 384110c44dec
comparison
equal deleted inserted replaced
1281:37176fafe11e 1282:8988af3ae1e8
82 *location = ptr; 82 *location = ptr;
83 } 83 }
84 return ptr; 84 return ptr;
85 } 85 }
86 /* free all static arrays and reset pointers to 0 */ 86 /* free all static arrays and reset pointers to 0 */
87 void av_free_static() 87 void av_free_static(void)
88 { 88 {
89 if (array_static) 89 if (array_static)
90 { 90 {
91 unsigned i; 91 unsigned i;
92 for (i = 0; i < last_static; i++) 92 for (i = 0; i < last_static; i++)