view libmpcodecs/ae_faac.h @ 25196:5487d363a9ac

at startup show audio and subtitle streams available in the chosen title with all their properties
author nicodvb
date Sat, 01 Dec 2007 11:35:03 +0000
parents 854990f357ee
children 3baf6a2283da
line wrap: on
line source

#ifndef MPAE_FAAC_H
#define MPAE_FAAC_H

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif