correct comment about seek function

Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-04-24 10:51:26 +00:00
parent 85b1a7222d
commit 2f8fe719c6
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ static int mxf_probe(AVProbeData *p) {
return 0;
}
/* rudimentary binary seek */
/* rudimentary byte seek */
/* XXX: use MXF Index */
static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
{