[Mplayer-cvslog] CVS: main/libmp1e libmp1e.h,1.1,1.2 rte.c,1.1,1.2 rtepriv.h,1.1,1.2

Felix Buenemann atmosfear at users.sourceforge.net
Sat Dec 8 03:40:56 CET 2001


On Friday, 7. December 2001 13:38, you wrote:
> -typedef off64_t (*rteSeekCallback)(rte_context * context,
> -                                  off64_t offset,
> +typedef unsigned (*rteSeekCallback)(rte_context * context,
> +                                  unsigned offset,
>                                    int whence,
>                                    void * user_data);
>  
IMHO bad change, you should use off_t instaed of off64_t and compile this 
stuff with largefile support, on linux off_t will be 64bit then and on 
FreeBSD it's IMHO always 64bit.
-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list