projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f5a9c4e
)
swscale-example: Don't return random value from main().
author
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 13 Aug 2009 11:34:27 +0000
(11:34 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Thu, 13 Aug 2009 11:34:27 +0000
(11:34 +0000)
Originally committed as revision 29504 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale-example.c
patch
|
blob
|
blame
|
history
diff --git
a/libswscale/swscale-example.c
b/libswscale/swscale-example.c
index
89fdf5f
..
ec73495
100644
(file)
--- a/
libswscale/swscale-example.c
+++ b/
libswscale/swscale-example.c
@@
-233,5
+233,5
@@
int main(int argc, char **argv){
selfTest(src, stride, W, H);
- return
123
;
+ return
0
;
}