[FFmpeg-cvslog] r22936 - trunk/libavcodec/parser.c
jai_menon
subversion
Wed Apr 21 19:51:37 CEST 2010
Author: jai_menon
Date: Wed Apr 21 19:51:37 2010
New Revision: 22936
Log:
Fix typo.
Modified:
trunk/libavcodec/parser.c
Modified: trunk/libavcodec/parser.c
==============================================================================
--- trunk/libavcodec/parser.c Wed Apr 21 19:50:08 2010 (r22935)
+++ trunk/libavcodec/parser.c Wed Apr 21 19:51:37 2010 (r22936)
@@ -91,7 +91,7 @@ void ff_fetch_timestamp(AVCodecParserCon
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];
More information about the ffmpeg-cvslog
mailing list