diff --git a/libavformat/utils.c b/libavformat/utils.c
index caf8df4ebd10e810d8d7067dad5f01d466e44eec..d032baaf9535957465dbc765f33e9298c8cca92f 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1932,7 +1932,7 @@ int av_find_stream_info(AVFormatContext *ic)
 //                if(st->codec->codec_type == CODEC_TYPE_VIDEO)
 //                    av_log(NULL, AV_LOG_ERROR, "%f\n", dur);
                 if(duration_count[index] < 2)
-                    memset(duration_error, 0, MAX_STREAMS * sizeof(*duration_error));
+                    memset(duration_error[index], 0, sizeof(*duration_error));
                 for(i=1; i<MAX_STD_TIMEBASES; i++){
                     int framerate= get_std_framerate(i);
                     int ticks= lrintf(dur*framerate/(1001*12));