view libmpcodecs/ae_lame.h @ 17359:2e4a4dfc5d49

1.1186: Merry Christmas and happy cola-chugging! 1.1185: Adds lavc's brd_scale and updates vb_strategy 1.1184: This cache-seek-min is definitly implemented. The not implemented one got removed... 1.1183: The <=132 frame rule is only valid at MacroBlock level not at frame one. Following it gives worse compression even with IP sequence.(B-Frames doesn't accumulate error) 1.1182: reverse the H264 hack 1.1181: fspp update
author kraymer
date Wed, 11 Jan 2006 22:09:55 +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