1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 13:47:39 +00:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ramiro 2009-08-13 11:34:27 +00:00
parent 4f3fd1c7ea
commit fef358505e

View File

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