summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.h
blob: b2000b7583a4b18cc02767457c62bcd871cf3804 (plain)
1
2
3
4
5
6
7
8
#ifndef AE_LAVC_H
#define AE_LAVC_H

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif /* AE_LAVC_H */