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);
}
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|