You've already forked FFmpeg
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:
@ -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];
|
||||
|
Reference in New Issue
Block a user