Commit 1c419b79 authored by diego's avatar diego

cosmetics: Fix test program warnings.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b021627
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment