view libmpcodecs/ae_pcm.h @ 20732:411880b516d4

r20650 inverted the gtk1 check before setting charset, this disabling all charset conversions. Fix to always use UTF-8 as default now.
author reimar
date Tue, 07 Nov 2006 17:21: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