mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 11:27:30 +08:00
cosmetics: Fix test program warnings.
Originally committed as revision 17849 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -74,7 +74,8 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period)
|
||||
}
|
||||
|
||||
#ifdef TEST
|
||||
main(){
|
||||
int main(void)
|
||||
{
|
||||
double n0,n1;
|
||||
#define SAMPLES 1000
|
||||
double ideal[SAMPLES];
|
||||
@ -118,5 +119,6 @@ main(){
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user