Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 21702:8e62522cd8d7
r21691: added smb:// to the list of allowed input urls
r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder
r21697: typo fix in denoise3d's chroma_tmp option description
author | voroshil |
---|---|
date | Thu, 21 Dec 2006 19:42:04 +0000 |
parents | e84a6ae9d51e |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_PCM_H_ #define __AE_PCM_H_ #include "ae.h" int mpae_init_pcm(audio_encoder_t *encoder); #endif