Mercurial > mplayer.hg
view libmpcodecs/ae_lavc.h @ 18672:f3b0eea2ae9a
Expand and update the Solaris and AIX sections.
patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net
author | diego |
---|---|
date | Sat, 10 Jun 2006 12:24:43 +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