Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 29336:fdfef2b3dc24
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
printed by the new_sh_... functions.
author | reimar |
---|---|
date | Sun, 21 Jun 2009 10:55:41 +0000 |
parents | 4129c8cfa742 |
children | bbb6ebec87a0 |
line wrap: on
line source
#ifndef MPLAYER_AE_PCM_H #define MPLAYER_AE_PCM_H #include "ae.h" int mpae_init_pcm(audio_encoder_t *encoder); #endif /* MPLAYER_AE_PCM_H */