Mercurial > libavcodec.hg
changeset 11651:926ad89ae57a libavcodec
Fix typo.
author | jai_menon |
---|---|
date | Wed, 21 Apr 2010 17:51:37 +0000 |
parents | 3f0bf44cc161 |
children | 8b6f3d3b55cb |
files | parser.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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];