[Ffmpeg-cvslog] r8797 - trunk/libavformat/mxf.c
bcoudurier
subversion
Tue Apr 24 12:51:26 CEST 2007
Author: bcoudurier
Date: Tue Apr 24 12:51:26 2007
New Revision: 8797
Log:
correct comment about seek function
Modified:
trunk/libavformat/mxf.c
Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c (original)
+++ trunk/libavformat/mxf.c Tue Apr 24 12:51:26 2007
@@ -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)
{
More information about the ffmpeg-cvslog
mailing list