1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

main() --> main(void)

Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-11-23 00:52:56 +00:00
parent 541432c3b7
commit f8a80fd69d
15 changed files with 15 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t le
#ifdef TEST
#undef printf
main(){
main(void){
uint8_t buf[1999];
int i;
int p[4][4]={{1, 32, AV_CRC_32_IEEE_LE, 0x3D5CDD04},