[Ffmpeg-cvslog] CVS: ffmpeg/libavformat mov.c,1.101,1.102

Michael Niedermayer michaelni
Fri Mar 10 21:36:27 CET 2006


Hi

On Fri, Mar 10, 2006 at 03:23:06PM -0500, The Wanderer wrote:
> Michael Niedermayer CVS wrote:
> 
> >Update of /cvsroot/ffmpeg/ffmpeg/libavformat
> >In directory mail:/var2/tmp/cvs-serv12806
> >
> >Modified Files:
> >	mov.c 
> >Log Message:
> >simplify timebase if possible
> >ignore edit lists instead of always failing
> 
> <snip>
> 
> >@@ -2109,8 +2125,13 @@
> >             pts = dts + duration;
> >         }else
> >             pts = dts;
> >-        pkt->pts = pts;
> >-        pkt->dts = dts;
> >+
> >+        st= s->streams[ sc->ffindex ];
> >+        assert(pts % st->time_base.num == 0);
> 
> I have files which fail to play (in MPlayer with -demuxer lavf) on this
> assertion. Is there information I could provide which would be useful in
> tracking down why (the 'in case of a crashing bug' information doesn't
> seem obviously appropriate, since this isn't really a crash), or should
> I just upload one of the files to incoming/?

hmm what values do st->time_base.num/den/pts have? and yes upload a
file


> 
> (There's actually a small chance one might already be there, from an
> unrelated earlier bug report, but I don't seem able to get even a
> directory listing anymore. Regardless, the odds seem slim.)

yeah mphq2 sucks ;)
i want incoming listing back, and whats with the http access to incoming
last time i tried, mphq2 didnt like the good old un/pw :(

[...]
-- 
Michael





More information about the ffmpeg-cvslog mailing list