view libmpcodecs/ae_pcm.h @ 18499:b6f5e8a8219e

synced with 1.256 (revert in English version)
author gabrov
date Sun, 14 May 2006 09:03:22 +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