diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-04-24 10:51:26 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-04-24 10:51:26 +0000 |
commit | 2f8fe719c6a0287b1e892002c2e1b726ab10a581 (patch) | |
tree | ce9e62ea6bee365bd5fbd61ac2ba533138341a11 /libavformat | |
parent | 85b1a7222d45c6fbd019996cbe713c60fad0cb4e (diff) | |
download | ffmpeg-2f8fe719c6a0287b1e892002c2e1b726ab10a581.tar.gz |
correct comment about seek function
Originally committed as revision 8797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mxf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |