mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00:00
rotozoom: Return an error value instead of calling exit().
This commit is contained in:
parent
2131e8590c
commit
771339ca20
@ -279,7 +279,7 @@ int main(int argc, char **argv)
|
|||||||
if (argc != 3) {
|
if (argc != 3) {
|
||||||
printf("usage: %s directory/ image.pnm\n"
|
printf("usage: %s directory/ image.pnm\n"
|
||||||
"generate a test video stream\n", argv[0]);
|
"generate a test video stream\n", argv[0]);
|
||||||
exit(1);
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
w = DEFAULT_WIDTH;
|
w = DEFAULT_WIDTH;
|
||||||
|
Loading…
Reference in New Issue
Block a user