Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 24540:40a61e5ef8ca
Make dhasetup more verbose based on code by
Romain Lievin from the tilp project
http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/
author | faust3 |
---|---|
date | Mon, 17 Sep 2007 21:03:24 +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