[FFmpeg-devel] [PATCH] check for invalid (0, 0) timebase in avidec

Michael Niedermayer michaelni
Wed Jul 1 22:16:46 CEST 2009


On Wed, Jul 01, 2009 at 08:48:48PM +0200, Reimar D?ffinger wrote:
> Hello,
> this is related to issue 1245.
> The problem is that the avi demuxer in some places assumes a valid time
> base, but does not valid the data it reads or (in this case) just never
> reads and sets any time base at all.
> This patch fixes this, but seeking still results in
> ffplay_g: libavformat/avidec.c:1085: avi_read_seek: Assertion `(int64_t)st2->time_base.num*ast2->rate == (int64_t)st2->time_base.den*ast2->scale' failed.
> and I have no idea what that assert is about...

is that still needed after my signedness fix?
if so, i need to know which of the files ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090701/0e3e8923/attachment.pgp>



More information about the ffmpeg-devel mailing list