[MPlayer-cvslog] CVS: main/libmpdemux mpeg_hdr.c,1.12,1.13

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Wed Apr 20 17:12:19 CEST 2005


On Wednesday, 20 April 2005 at 17:09, Rich Felker wrote:
> On Wed, Apr 20, 2005 at 10:58:06AM +0200, Dominik 'Rathann' Mierzejewski wrote:
[...]
> > If our policy is to use C99 standard, I'll reverse this. But then
> 
> It's not. Policy is to use inttypes.h. Please reverse and fix since
> it's probably broken on non-POSIX systems right now and breaking
> policy anyway.

Reversed and fixed correctly.

> > you'll fix all the uses of u_int??_t in MPlayer, I assume?
> 
> AFAIK it's never used anywhere else.

Your knowing nothwitstanding, it's used in a few places:
% find . -name "*.h" -o -name "*.c" | xargs grep u_int.._t
./TOOLS/TVout/con2fb/con2fb.c:  u_int32_t con, fb;
./TOOLS/TVout/matroxset/matroxset.c:    u_int32_t conns;
./TOOLS/TVout/matroxset/matroxset.c:                            static const struct { u_int32_t mask; const char* msg; } *ptr, vals[] = {
./libdha/sysdep/AsmMacros_alpha.h:extern void outb(u_int32_t port, u_int8_t val);
./libdha/sysdep/AsmMacros_alpha.h:extern void outw(u_int32_t port, u_int16_t val);
./libdha/sysdep/AsmMacros_alpha.h:extern void outl(u_int32_t port, u_int32_t val);
./libdha/sysdep/AsmMacros_alpha.h:extern u_int8_t inb(u_int32_t port);
./libdha/sysdep/AsmMacros_alpha.h:extern u_int16_t inw(u_int32_t port);
./libdha/sysdep/AsmMacros_alpha.h:extern u_int32_t inl(u_int32_t port);
./drivers/radeon/radeonfb.c:                u_int16_t cfb16[16];
./drivers/radeon/radeonfb.c:                u_int32_t cfb24[16];
./drivers/radeon/radeonfb.c:                u_int32_t cfb32[16];

Regards,
R.

-- 
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-cvslog mailing list