summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/ae_lavc.h')
-rw-r--r--libmpcodecs/ae_lavc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmpcodecs/ae_lavc.h b/libmpcodecs/ae_lavc.h
new file mode 100644
index 0000000000..e16fe83534
--- /dev/null
+++ b/libmpcodecs/ae_lavc.h
@@ -0,0 +1,8 @@
+#ifndef __AE_LAVC_H_
+#define __AE_LAVC_H_
+
+#include "ae.h"
+
+int mpae_init_lavc(audio_encoder_t *encoder);
+
+#endif