mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
tools/ismindex: dont ignore return code of write_fragments()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
047716bbd8
commit
bc7330a840
@ -224,7 +224,7 @@ static int read_mfra(struct Tracks *tracks, int start_index,
|
||||
}
|
||||
|
||||
if (split)
|
||||
write_fragments(tracks, start_index, f);
|
||||
err = write_fragments(tracks, start_index, f);
|
||||
|
||||
fail:
|
||||
if (f)
|
||||
|
Loading…
Reference in New Issue
Block a user