Mercurial > mplayer.hg
view libmpcodecs/ae_lavc.h @ 18692:9a3d768cb8da
Fix a condition as suggested by Rich.
Although what was in the code was working in practice it was not formally correct.
author | gpoirier |
---|---|
date | Tue, 13 Jun 2006 08:00:48 +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