[MPlayer-users] Re: segfault on Alpha in libmpdemux/demux_mov.c

Tobias Diedrich ranma at gmx.at
Thu Mar 4 02:52:17 CET 2004


Andrew A. Gill wrote:

> > Sounds like trak is an invalid pointer?
> 
> ....kay?
> 
> But doesn't the arrow operator return a pointer?  I don't think
> it could even compile if it weren't a valid pointer.

The arrow operator means that trak is not the struct itself, but a
pointer to the struct.  This can of course be an invalid pointer at
runtime (e.g. trak could be 0 or point somewhere to nirvana).

-- 
Tobias						PGP: http://9ac7e0bc.2ya.com
This mail is made of 100% recycled bits.




More information about the MPlayer-users mailing list