Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 18214:968153c77034
Partial sync with one of the latest English version, patch by Gilles Pelletier < pellgill A gmail P com >
author | gpoirier |
---|---|
date | Sun, 23 Apr 2006 08:32:12 +0000 |
parents | e84a6ae9d51e |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_PCM_H_ #define __AE_PCM_H_ #include "ae.h" int mpae_init_pcm(audio_encoder_t *encoder); #endif