Commit 8e803d5a authored by bcoudurier's avatar bcoudurier

correct comment about seek function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 88ae9a4a
...@@ -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