Commit d7cf0a6f authored by Ramiro Polla's avatar Ramiro Polla

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

Originally committed as revision 29504 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent f5a9c4ee
......@@ -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