[Mplayer-dev-eng] long file support patch

Arpi arpi at thot.banki.hu
Fri Jul 20 02:11:27 CEST 2001


Hi,

Can you make the patch up-to-date with CVS?
I'll apply it.

But please change one thing: printf's should use 32 bit values.
Simply truncate 64bit offsets, I mean:
  off_t x;
   ...
  printf("x=0x%X\n",(unsigned int)x);

Those printf's are there for debugging purposes only, and it's ok
if they show truncated values.
(we are using small files for debugging problems...)

This way it stay more portable, and less messy.


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu

_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list