mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 06:08:23 +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:
parent
4f3fd1c7ea
commit
fef358505e
@ -233,5 +233,5 @@ int main(int argc, char **argv){
|
|||||||
|
|
||||||
selfTest(src, stride, W, H);
|
selfTest(src, stride, W, H);
|
||||||
|
|
||||||
return 123;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user