[NUT-devel] [nut]: r131 - trunk/libnut/demuxer.c

ods15 subversion at mplayerhq.hu
Thu Sep 14 12:10:56 CEST 2006


Author: ods15
Date: Thu Sep 14 12:10:55 2006
New Revision: 131

Modified:
   trunk/libnut/demuxer.c

Log:
comment typo fix


Modified: trunk/libnut/demuxer.c
==============================================================================
--- trunk/libnut/demuxer.c	(original)
+++ trunk/libnut/demuxer.c	Thu Sep 14 12:10:55 2006
@@ -1181,7 +1181,7 @@
 				uint64_t tmp;
 				if (!state[j].active) continue;
 				tmp = sl->pts[i * nut->stream_count + j];
-				if (tmp--) { // -- because all pts array os off-by-one. zero indicate no keyframe.
+				if (tmp--) { // -- because all pts array is off-by-one. zero indicate no keyframe.
 					if (tmp > state[j].pts) { if (!last_sync) last_sync = i; }
 					else sync[j] = (i-1);
 				}



More information about the NUT-devel mailing list