[FFmpeg-cvslog] r15829 - trunk/libavformat/matroskadec.c

Michael Niedermayer michaelni
Sat Nov 15 23:27:39 CET 2008


On Sat, Nov 15, 2008 at 04:34:51PM +0100, aurel wrote:
> Author: aurel
> Date: Sat Nov 15 16:34:51 2008
> New Revision: 15829
> 
> Log:
> matroskadec: fix index timestamps for some broken files
> fix issue697
[...]
> @@ -1369,6 +1370,11 @@ static int matroska_read_header(AVFormat
>  
>      index_list = &matroska->index;
>      index = index_list->elem;
> +    if (index_list->nb_elem
> +        && index[0].time > 100000000000000/matroska->time_scale) {

doesnt the constant need a LL postfix?

[..]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- 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-cvslog/attachments/20081115/5e51827d/attachment.pgp>



More information about the ffmpeg-cvslog mailing list