mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +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) {
|
||||
printf("usage: %s directory/ image.pnm\n"
|
||||
"generate a test video stream\n", argv[0]);
|
||||
exit(1);
|
||||
return 1;
|
||||
}
|
||||
|
||||
w = DEFAULT_WIDTH;
|
||||
|
Loading…
Reference in New Issue
Block a user