1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00
mpv/libmpcodecs/ae_pcm.h

9 lines
111 B
C
Raw Normal View History

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