view libmpcodecs/ae_pcm.h @ 17514:95c1432f4312

1.218: typo, consistency 1.217: Try to only use a linebreak without hyphenation (\:) where it makes sense. 1.216: Unify the handling of escaped spaces. + some wording
author kraymer
date Mon, 30 Jan 2006 12:54:11 +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