view libmpcodecs/ae_pcm.h @ 22917:60498e21115a

10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
author nicodvb
date Sat, 07 Apr 2007 16:42:28 +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