Reindent.
Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f8ccf72005
commit
df7d6e484c
16
ffplay.c
16
ffplay.c
@ -1376,14 +1376,14 @@ static int video_thread(void *arg)
|
|||||||
pkt);
|
pkt);
|
||||||
|
|
||||||
if (got_picture) {
|
if (got_picture) {
|
||||||
if(pkt->dts != AV_NOPTS_VALUE){
|
if(pkt->dts != AV_NOPTS_VALUE){
|
||||||
is->faulty_dts += pkt->dts <= is->last_dts_for_fault_detection;
|
is->faulty_dts += pkt->dts <= is->last_dts_for_fault_detection;
|
||||||
is->last_dts_for_fault_detection= pkt->dts;
|
is->last_dts_for_fault_detection= pkt->dts;
|
||||||
}
|
}
|
||||||
if(frame->reordered_opaque != AV_NOPTS_VALUE){
|
if(frame->reordered_opaque != AV_NOPTS_VALUE){
|
||||||
is->faulty_pts += frame->reordered_opaque <= is->last_pts_for_fault_detection;
|
is->faulty_pts += frame->reordered_opaque <= is->last_pts_for_fault_detection;
|
||||||
is->last_pts_for_fault_detection= frame->reordered_opaque;
|
is->last_pts_for_fault_detection= frame->reordered_opaque;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( ( decoder_reorder_pts==1
|
if( ( decoder_reorder_pts==1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user