Commit 6d16718e authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Fix test program warnings.

Originally committed as revision 17849 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5a92cc66
......@@ -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