[SCM] libav/experimental: Reindent.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:17 UTC 2013


The following commit has been merged in the experimental branch:
commit df7d6e484c31b4359e70403a41c4e39550fe9713
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Feb 1 22:17:15 2010 +0000

    Reindent.
    
    Originally committed as revision 21599 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffplay.c b/ffplay.c
index ea60d5d..f5286a4 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list