You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -1706,7 +1706,8 @@ loop_end:
|
|||||||
print_error(filename, err);
|
print_error(filename, err);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
} else if (strcmp(oc->oformat->name, "image2")==0 && !av_filename_number_test(filename))
|
||||||
|
assert_file_overwrite(filename);
|
||||||
|
|
||||||
if (o->mux_preload) {
|
if (o->mux_preload) {
|
||||||
uint8_t buf[64];
|
uint8_t buf[64];
|
||||||
|
Reference in New Issue
Block a user