fix indention
Originally committed as revision 8432 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9e1efb7f8
commit
7e4baa66e0
@ -639,7 +639,7 @@ static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
|
|||||||
int64_t new_diff= FFABS(st->cur_dts - pkt->pts);
|
int64_t new_diff= FFABS(st->cur_dts - pkt->pts);
|
||||||
if(old_diff < new_diff && old_diff < (pkt->duration>>3)){
|
if(old_diff < new_diff && old_diff < (pkt->duration>>3)){
|
||||||
pkt->pts += pkt->duration;
|
pkt->pts += pkt->duration;
|
||||||
// av_log(NULL, AV_LOG_DEBUG, "id:%d old:%"PRId64" new:%"PRId64" dur:%d cur:%"PRId64" size:%d\n", pkt->stream_index, old_diff, new_diff, pkt->duration, st->cur_dts, pkt->size);
|
// av_log(NULL, AV_LOG_DEBUG, "id:%d old:%"PRId64" new:%"PRId64" dur:%d cur:%"PRId64" size:%d\n", pkt->stream_index, old_diff, new_diff, pkt->duration, st->cur_dts, pkt->size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user