view libmpcodecs/ae_pcm.h @ 16926:24c52f2c3aa9

fix cdda://n syntax: do not hang when n > nr_tracks and play only track n, not all after (unfortunately, cdda://n- does not work, use e.g. cdda://n-99999).
author reimar
date Sun, 06 Nov 2005 14:17:51 +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