From: Stefano Sabatini Date: Mon, 1 Feb 2010 22:17:15 +0000 (+0000) Subject: Reindent. X-Git-Tag: v0.6~1499 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df7d6e484c31b4359e70403a41c4e39550fe9713;p=platform%2Fupstream%2Flibav.git Reindent. Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/ffplay.c b/ffplay.c index ea60d5dd3..f5286a492 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1376,14 +1376,14 @@ static int video_thread(void *arg) pkt); if (got_picture) { - if(pkt->dts != AV_NOPTS_VALUE){ - is->faulty_dts += pkt->dts <= is->last_dts_for_fault_detection; - is->last_dts_for_fault_detection= pkt->dts; - } - if(frame->reordered_opaque != AV_NOPTS_VALUE){ - is->faulty_pts += frame->reordered_opaque <= is->last_pts_for_fault_detection; - is->last_pts_for_fault_detection= frame->reordered_opaque; - } + if(pkt->dts != AV_NOPTS_VALUE){ + is->faulty_dts += pkt->dts <= is->last_dts_for_fault_detection; + is->last_dts_for_fault_detection= pkt->dts; + } + if(frame->reordered_opaque != AV_NOPTS_VALUE){ + is->faulty_pts += frame->reordered_opaque <= is->last_pts_for_fault_detection; + is->last_pts_for_fault_detection= frame->reordered_opaque; + } } if( ( decoder_reorder_pts==1