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:
Ramiro Polla 2009-08-13 11:34:27 +00:00
parent f5a9c4ee50
commit d7cf0a6ff7
1 changed files with 1 additions and 1 deletions

View File

@ -233,5 +233,5 @@ int main(int argc, char **argv){
selfTest(src, stride, W, H);
return 123;
return 0;
}