changeset 2036:1ef7c49bd9d1 libavformat

correct comment about seek function
author bcoudurier
date Tue, 24 Apr 2007 10:51:26 +0000
parents 43de2eae6c69
children 964dff992628
files mxf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxf.c	Tue Apr 24 05:50:30 2007 +0000
+++ b/mxf.c	Tue Apr 24 10:51:26 2007 +0000
@@ -991,7 +991,7 @@
     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)
 {