Browse Source

correct comment about seek function

Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
2f8fe719c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mxf.c

+ 1
- 1
libavformat/mxf.c 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)
{


Loading…
Cancel
Save