mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 04:44:25 +00:00
swscale-example: Don't return random value from main().
Originally committed as revision 29504 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
f5a9c4ee50
commit
d7cf0a6ff7
@ -233,5 +233,5 @@ int main(int argc, char **argv){
|
||||
|
||||
selfTest(src, stride, W, H);
|
||||
|
||||
return 123;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user