1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-14 22:15:12 +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

@ -111,7 +111,7 @@ int ff_rac_terminate(RangeCoder *c){
#if 0 //selftest
#define SIZE 10240
int main(){
int main(void){
RangeCoder c;
uint8_t b[9*SIZE];
uint8_t r[9*SIZE];