view libmpcodecs/ae_faac.h @ 17424:2ffede69ea15

FAQ about problems with playing DVDs on certain drives. Also addresses http://bugzilla.mplayerhq.hu/show_bug.cgi?id=395 .
author rathann
date Wed, 18 Jan 2006 21:37:55 +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