mpv/libmpcodecs/ae_lavc.h

9 lines
148 B
C

#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 */