view libmpcodecs/ae_faac.h @ 22049:cb80d1bb7ca8

5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
author nicodvb
date Mon, 29 Jan 2007 23:10:01 +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