Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 19883:4e43ba6844d8
Fix stupid use of multiplication to check signs which fails because of
overflow. Negative values do not seem to be used so just remove the
failing test.
author | uau |
---|---|
date | Mon, 18 Sep 2006 14:04:50 +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