From 6858ce2ffc4c57a279b22ab6d8eb56ac3884796e Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Wed, 21 Apr 2010 17:51:37 +0000 Subject: [PATCH] Fix typo. Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 8f5c77afa7b..864b5f2d2ae 100644 --- a/libavcodec/parser.c +++ b/libavcodec/parser.c @@ -91,7 +91,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){ 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]; -- 2.39.2