view libmpcodecs/ae_lavc.h @ 27426:89812cdbc1b8

Remove pointless #ifdefs around extern declarations.
author diego
date Tue, 12 Aug 2008 07:38:30 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_LAVC_H
#define MPLAYER_AE_LAVC_H

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAVC_H */