Mercurial > mplayer.hg
view osdep/shmem.h @ 26148:d3b951d9b4d3
Fix printf format string mismatch, eliminates the warning:
ve_vfw.c:252: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
author | diego |
---|---|
date | Thu, 06 Mar 2008 08:43:20 +0000 |
parents | 4129c8cfa742 |
children | 5cfef41a1771 |
line wrap: on
line source
#ifndef MPLAYER_SHMEM_H #define MPLAYER_SHMEM_H void* shmem_alloc(int size); void shmem_free(void* p,int size); #endif /* MPLAYER_SHMEM_H */