1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 10:26:00 +00:00
mpv/libmpcodecs/ae_lame.h

9 lines
112 B
C
Raw Normal View History

#ifndef __AE_PCM_H_
#define __AE_PCM_H_
#include "ae.h"
int mpae_init_lame(audio_encoder_t *encoder);
#endif