mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef __AE_PCM_H_
|
||
|
#define __AE_PCM_H_
|
||
|
|
||
|
#include "ae.h"
|
||
|
|
||
|
int mpae_init_pcm(audio_encoder_t *encoder);
|
||
|
|
||
|
#endif
|