[FFmpeg-cvslog] r10892 - trunk/libavformat/rmdec.c

Michael Niedermayer michaelni
Thu Nov 1 16:41:07 CET 2007


Hi

On Thu, Nov 01, 2007 at 10:02:29AM +0100, kostya wrote:
> Author: kostya
> Date: Thu Nov  1 10:02:29 2007
> New Revision: 10892
> 
> Log:
> Revert get_num() to old behaviour in order to handle
> incorrect RMs generated by lavf muxer.
> 
> 
> Modified:
>    trunk/libavformat/rmdec.c
> 
> Modified: trunk/libavformat/rmdec.c
> ==============================================================================
> --- trunk/libavformat/rmdec.c	(original)
> +++ trunk/libavformat/rmdec.c	Thu Nov  1 10:02:29 2007
> @@ -366,7 +366,7 @@ static int get_num(ByteIOContext *pb, in
>  
>      n = get_be16(pb);
>      (*len)-=2;
> -    n &= 0x7FFF;
> +//    n &= 0x7FFF;

it seems the seek regression tests still fail also
this cannot _fix_ the crash, as simply storing the & 0x7FFF
should still crash, its just a workaround

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

If you really think that XML is the answer, then you definitly missunderstood
the question -- Attila Kinali
-------------- 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/20071101/26715a08/attachment.pgp>



More information about the ffmpeg-cvslog mailing list