view libmpcodecs/ae_lavc.h @ 30188:e8585a5c19b0

add MVLZ and MVDV binary decoders to codecs.conf
author compn
date Wed, 06 Jan 2010 03:44:24 +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 */