view libmpcodecs/ae_faac.h @ 21174:364075c5bc6c

r21161: MSGTR for libmpcodecs/vd.c r21162: MSGTRs for mencoder.c r21186: Remove "OSD only" tags; those options always exist.
author kraymer
date Fri, 24 Nov 2006 15:06:18 +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