Commit 2f8fe719 authored by Baptiste Coudurier's avatar Baptiste Coudurier

correct comment about seek function

Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 85b1a722
...@@ -991,7 +991,7 @@ static int mxf_probe(AVProbeData *p) { ...@@ -991,7 +991,7 @@ static int mxf_probe(AVProbeData *p) {
return 0; return 0;
} }
/* rudimentary binary seek */ /* rudimentary byte seek */
/* XXX: use MXF Index */ /* XXX: use MXF Index */
static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags) static int mxf_read_seek(AVFormatContext *s, int stream_index, int64_t sample_time, int flags)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment