Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 22280:a5e5b0c45c03
Split command/property handling from mplayer.c to a new file command.c.
Move some global and static variables under a struct that can be given
as a parameter. Add a context argument to the property functions so that
they do not have to depend on global/static variables.
author | uau |
---|---|
date | Wed, 21 Feb 2007 00:49: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