mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
main() --> main(void)
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -54,7 +54,7 @@ unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, unsigne
|
||||
#include "log.h"
|
||||
#define LEN 7001
|
||||
volatile int checksum;
|
||||
int main(){
|
||||
int main(void){
|
||||
int i;
|
||||
char data[LEN];
|
||||
av_log_level = AV_LOG_DEBUG;
|
||||
|
Reference in New Issue
Block a user