[MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.18, 1.19 asfheader.c, 1.47, 1.48 demux_asf.c, 1.45, 1.46
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Mar 30 11:14:26 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.18, 1.19 asfheader.c, 1.47, 1.48 demux_asf.c, 1.45, 1.46
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.18, 1.19 asfheader.c, 1.47, 1.48 demux_asf.c, 1.45, 1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi,
On Thu, Mar 30, 2006 at 01:25:11AM +0200, Alban Bedel CVS wrote:
> - asf_scrambling_h=buffer[0];
> - asf_scrambling_w=(buffer[2]<<8)|buffer[1];
> - asf_scrambling_b=(buffer[4]<<8)|buffer[3];
> - asf_scrambling_w/=asf_scrambling_b;
> + asf->scrambling_h=buffer[0];
> + asf->scrambling_w=(buffer[2]<<8)|buffer[1];
> + asf->scrambling_b=(buffer[4]<<8)|buffer[3];
> + asf->scrambling_w/=asf->scrambling_b;
buffer is still char * instead of uint8_t * though.
Not to mention that I don't think these are the only bugs left in the
asf demuxer (last time I tried playing an ASF stream generated by VLC it
segfaulted left and right...)
Greetings,
Reimar Döffinger
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.18, 1.19 asfheader.c, 1.47, 1.48 demux_asf.c, 1.45, 1.46
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.18, 1.19 asfheader.c, 1.47, 1.48 demux_asf.c, 1.45, 1.46
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list