Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 22463:979b2aa16e80
support for AMR; it works inserting in the first byte of the demux_packet
a 1-byte header that live555 seems to be stripping for some reason, although according
to the specs it should be there. Patch by Carl Eugen Hoyos.
author | nicodvb |
---|---|
date | Tue, 06 Mar 2007 22:53:52 +0000 |
parents | 507ed764f0ef |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_MP3LAME_H_ #define __AE_MP3LAME_H_ #include "ae.h" int mpae_init_lame(audio_encoder_t *encoder); #endif