mirror of https://git.ffmpeg.org/ffmpeg.git
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)
|
if (split)
|
||||||
write_fragments(tracks, start_index, f);
|
err = write_fragments(tracks, start_index, f);
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
if (f)
|
if (f)
|
||||||
|
|
Loading…
Reference in New Issue