mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01: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:
parent
547d205545
commit
966116b9f7
3 changed files with 0 additions and 55 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue