Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-09-26 17:27:08 +00:00
parent 5fb83c3844
commit 35eab0c043
1 changed files with 5 additions and 5 deletions

View File

@ -1812,11 +1812,11 @@ int av_find_stream_info(AVFormatContext *ic)
break;
}
}
/* we did not get all the codec info, but we read too much data */
if (read_size >= MAX_READ_SIZE) {
ret = count;
break;
}
/* we did not get all the codec info, but we read too much data */
if (read_size >= MAX_READ_SIZE) {
ret = count;
break;
}
/* NOTE: a new stream can be added there if no header in file
(AVFMTCTX_NOHEADER) */