From 2f8fe719c6a0287b1e892002c2e1b726ab10a581 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 24 Apr 2007 10:51:26 +0000 Subject: [PATCH] correct comment about seek function Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxf.c b/libavformat/mxf.c index a13f6735c5..cf01ab8664 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -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) {