[SCM] libav/experimental: antitime

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 5e9b83f5d7e5b8c9182e2ee6a1baf3e86aec0a17
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Apr 5 11:36:13 2004 +0000

    antitime
    
    Originally committed as revision 2968 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/dv.c b/libavformat/dv.c
index 58a70b0..6ff94a7 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -685,7 +685,7 @@ DVMuxContext* dv_init_mux(AVFormatContext* s)
     /* Ok, everything seems to be in working order */
     c->frames = 0;
     c->has_audio = c->has_video = 0;
-    c->start_time = time(NULL);
+    c->start_time = 0;
     c->aspect = 0; /* 4:3 is the default */
     if ((int)(av_q2d(vst->codec.sample_aspect_ratio) * vst->codec.width / vst->codec.height * 10) == 17) /* 16:9 */ 
         c->aspect = 0x07;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list