view libmpcodecs/ae_lavc.h @ 27499:1dfad1b382fa

libass: fix type mismatch between size parameter and the way it's used
author aurel
date Fri, 05 Sep 2008 22:59:01 +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 */