mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-09 21:12:22 +08:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user