view libmpcodecs/ae_lavc.h @ 29453:3a154fb8f85c

Make *avcctx AVCodecContext instead of void.
author cehoyos
date Tue, 11 Aug 2009 18:52:18 +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 */