view libmpcodecs/ae_pcm.h @ 21245:89cf78cf2620

r21186: Remove "OSD only" tags; those options always exist. r21221: improve description of x264's deadzone* options r21228: fix typos noticed by Diego r21254: nits and picks by The Wanderer :) r21255: typo in deadzone_inter
author voroshil
date Sun, 26 Nov 2006 13:01:09 +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