[FFmpeg-cvslog] tools/ismindex: dont ignore return code of write_fragments()

Michael Niedermayer git at videolan.org
Sun Apr 21 20:25:32 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 21 19:49:22 2013 +0200| [bc7330a84029841dc0118e1a0d02ae26773c4412] | committer: Michael Niedermayer

tools/ismindex: dont ignore return code of write_fragments()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc7330a84029841dc0118e1a0d02ae26773c4412
---

 tools/ismindex.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ismindex.c b/tools/ismindex.c
index 502a7dc..4633368 100644
--- a/tools/ismindex.c
+++ b/tools/ismindex.c
@@ -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)



More information about the ffmpeg-cvslog mailing list