[MPlayer-dev-eng] serious warnings and bugs

Stephen Davies steve at daviesfam.org
Tue Dec 25 14:39:57 CET 2001


On Tue, 25 Dec 2001, pl wrote:

>  - there's a problem for off_t as it varies from 4 to 8 bytes and there
>    are #if ... #else #endif to cope with this
> 
>    Suggestion: replace this code by an explicit cast to 8 bytes
>        off_t o;
>        printf("... %lld blah", (long long) o);
> 

Have you got some examples where you feel there's a problem?  These are
probably from when I added the 64-bit offset support.

Steve




More information about the MPlayer-dev-eng mailing list