mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
ffmpeg_opt: Ask for overwrite in single image2 files too
Fixes Ticket1637 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
14e240cb4a
commit
e2427f04b7
@ -1706,7 +1706,8 @@ loop_end:
|
||||
print_error(filename, err);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
} else if (strcmp(oc->oformat->name, "image2")==0 && !av_filename_number_test(filename))
|
||||
assert_file_overwrite(filename);
|
||||
|
||||
if (o->mux_preload) {
|
||||
uint8_t buf[64];
|
||||
|
Loading…
Reference in New Issue
Block a user