# HG changeset patch # User jai_menon # Date 1271872297 0 # Node ID 926ad89ae57a2556fadc65128fde1774017b9a02 # Parent 3f0bf44cc161aed351705777bc813c92083ef33a Fix typo. diff -r 3f0bf44cc161 -r 926ad89ae57a parser.c --- a/parser.c Wed Apr 21 17:50:08 2010 +0000 +++ b/parser.c Wed Apr 21 17:51:37 2010 +0000 @@ -91,7 +91,7 @@ if ( s->cur_offset + off >= s->cur_frame_offset[i] && (s->frame_offset < s->cur_frame_offset[i] || (!s->frame_offset && !s->next_frame_offset)) // first field/frame - //check is disabled becausue mpeg-ts doesnt send complete PES packets + //check is disabled because mpeg-ts doesnt send complete PES packets && /*s->next_frame_offset + off <*/ s->cur_frame_end[i]){ s->dts= s->cur_frame_dts[i]; s->pts= s->cur_frame_pts[i];