Commit b82515af authored by jai_menon's avatar jai_menon

Fix typo.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22936 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 759ee2bc
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment