Commit c722a63e authored by ramiro's avatar ramiro

swscale-example: Don't return random value from main().

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29504 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 2473dd44
......@@ -233,5 +233,5 @@ int main(int argc, char **argv){
selfTest(src, stride, W, H);
return 123;
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment