Remove some hunks of unused and disabled code cruft.

Originally committed as revision 19606 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-08-07 14:53:31 +00:00
parent 547d205545
commit 966116b9f7
3 changed files with 0 additions and 55 deletions

View File

@ -273,11 +273,6 @@ int main(int argc, char **argv)
exit(1);
}
#if 0
for(i=0;i<256;i++)
printf("cos(%d)=%d\n", i, int_cos(i));
#endif
w = DEFAULT_WIDTH;
h = DEFAULT_HEIGHT;