mirror of https://github.com/mpv-player/mpv
9 lines
114 B
C
9 lines
114 B
C
|
#ifndef __AE_LAVC_H_
|
||
|
#define __AE_LAVC_H_
|
||
|
|
||
|
#include "ae.h"
|
||
|
|
||
|
int mpae_init_lavc(audio_encoder_t *encoder);
|
||
|
|
||
|
#endif
|