You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
rotozoom: Return an error value instead of calling exit().
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user