Mercurial > mplayer.hg
view libmpcodecs/ae_faac.h @ 17052:97bc66fb29dd
1.1161: misc fixes [partly]
1.1160: Explain -vo gl:slice-height behaviour if YUV rendering is used.
1.1159: [does not apply]
1.1158: sync to x264 r373 (brdo) [partly]
author | ranma |
---|---|
date | Sun, 27 Nov 2005 04:54:47 +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