Mercurial > mplayer.hg
view libmpcodecs/ae_lavc.h @ 25977:e3be2de66969
Avoid reinit of vo with the exactly same parameters over and over.
author | reimar |
---|---|
date | Sat, 16 Feb 2008 14:31:34 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
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 /* AE_LAVC_H */