Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 16978:5e258b21b882
Sync with help_mp-en.h 1.201, patch by Emfox Zhou < emfoxzhou AH gmail POIS com>
author | gpoirier |
---|---|
date | Sat, 12 Nov 2005 08:15:34 +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