This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
rotozoom: Return an error value instead of calling exit().
tags/n0.8
Diego Biurrun
15 years ago
parent
2131e8590c
commit
771339ca20
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/rotozoom.c
+ 1
- 1
tests/rotozoom.c
View File
@@ -279,7 +279,7 @@ int main(int argc, char **argv)
if (argc != 3) {
printf("usage: %s directory/ image.pnm\n"
"generate a test video stream\n", argv[0]);
exit(1)
;
return 1
;
}
w = DEFAULT_WIDTH;
Write
Preview
Loading…
Cancel
Save