Mercurial > mplayer.hg
view tremor/block.h @ 31667:f5d48f0e33c3
Fix gettimeofday type to match the real one.
Avoids issues if the system headers have a declaration for
it but there's just no implementation there.
author | reimar |
---|---|
date | Tue, 13 Jul 2010 19:49:25 +0000 |
parents | 8dfda4d651ec |
children |
line wrap: on
line source
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE CODE. * * * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE OggVorbis 'TREMOR' SOURCE CODE IS (C) COPYRIGHT 1994-2002 * * BY THE Xiph.Org FOUNDATION http://www.xiph.org/ * * * ******************************************************************** function: basic shared block operations ********************************************************************/ #ifndef _V_BLOCK_H_ #define _V_BLOCK_H_ void *_vorbis_block_alloc(vorbis_block *vb,long bytes); void _vorbis_block_ripcord(vorbis_block *vb); #endif