mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
Fix typo.
Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
805a83d506
commit
6858ce2ffc
@ -91,7 +91,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove){
|
|||||||
if ( s->cur_offset + off >= s->cur_frame_offset[i]
|
if ( s->cur_offset + off >= s->cur_frame_offset[i]
|
||||||
&& (s->frame_offset < s->cur_frame_offset[i] ||
|
&& (s->frame_offset < s->cur_frame_offset[i] ||
|
||||||
(!s->frame_offset && !s->next_frame_offset)) // first field/frame
|
(!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->next_frame_offset + off <*/ s->cur_frame_end[i]){
|
||||||
s->dts= s->cur_frame_dts[i];
|
s->dts= s->cur_frame_dts[i];
|
||||||
s->pts= s->cur_frame_pts[i];
|
s->pts= s->cur_frame_pts[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user