view libmpcodecs/ae_faac.h @ 21343:9efa61654dcc

r21298: "D" interactive key also works with yadif now r21357: Cycling through video tracks works with libavformat as well.
author voroshil
date Tue, 28 Nov 2006 18:29:58 +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