Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 22890:3a738b9f35f1
r22845: Clarify -xineramascreen -2 behaviour
r22900: documented -mpegopts :adelay
r22901: removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
r22902: restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
author | voroshil |
---|---|
date | Tue, 03 Apr 2007 15:59:35 +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