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

14 Sep
2006
14 Sep
'06
10:10 a.m.
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); }
6904
Age (days ago)
6904
Last active (days ago)
0 comments
1 participants
participants (1)
-
ods15