Mercurial > mplayer.hg
view libmpcodecs/ae_lavc.h @ 19728:797cc3331e05
r19732: Mailing list descriptions are on homepage, remove from here
r19733: (hopefully last) mplayer lists link fix
author | voroshil |
---|---|
date | Thu, 07 Sep 2006 15:50:36 +0000 |
parents | e84a6ae9d51e |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_LAVC_H_ #define __AE_LAVC_H_ #include "ae.h" int mpae_init_lavc(audio_encoder_t *encoder); #endif