Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 15340:8ed41ceead06
1000000000l for using nonportable, obfuscated, and even
locale-dependent commands to do the equivalent of the most basic unix
text processing command, tr. finally this is fixed in a way that works
on all systems with no hacks. *sigh*
author | rfelker |
---|---|
date | Wed, 04 May 2005 15:39:49 +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