From: Laurent Aimar <[email protected]>
---
libavformat/flvdec.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 569d734..e32829d 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -196,8 +196,8 @@ static int parse_keyframes_index(AVFormatContext *s,
AVIOContext *ioc, AVStream
}
}
- if (timeslen == fileposlen)
- for(i = 0; i < arraylen; i++)
+ if (!ret && timeslen == fileposlen)
+ for(i = 0; i < fileposlen; i++)
av_add_index_entry(vstream, filepositions[i], times[i]*1000, 0,
0, AVINDEX_KEYFRAME);
else
av_log(s, AV_LOG_WARNING, "Invalid keyframes object, skipping.\n");
--
1.7.2.5
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel