You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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) {
|
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;
|
||||||
|
Reference in New Issue
Block a user