summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.h
blob: f84eeaaf5605e13b93773c8f49688ccfb9bdefed (plain)
1
2
3
4
5
6
7
8
#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 */