[SCM] libav/experimental: Cosmetics, fix indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 7f48bfa1e366d3ec8f207f2b55bb952e4e86f354
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sat Nov 20 08:03:58 2010 +0000

    Cosmetics, fix indentation
    
    Originally committed as revision 25773 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 1eac3cd..c36bef7 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1123,7 +1123,7 @@ static void do_video_out(AVFormatContext *s,
             if(vdelta<=-0.6){
                 nb_frames=0;
             }else if(vdelta>0.6)
-            ost->sync_opts= lrintf(sync_ipts);
+                ost->sync_opts= lrintf(sync_ipts);
         }else if (vdelta > 1.1)
             nb_frames = lrintf(vdelta);
 //fprintf(stderr, "vdelta:%f, ost->sync_opts:%"PRId64", ost->sync_ipts:%f nb_frames:%d\n", vdelta, ost->sync_opts, get_sync_ipts(ost), nb_frames);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list