mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
main() --> main(void)
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
541432c3b7
commit
f8a80fd69d
15 changed files with 15 additions and 15 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue