Mercurial > mplayer.hg
view libmpcodecs/ae_lame.h @ 17095:33d5cf9479ce
fix
vf_remove_logo.c:738: warning: passing argument 2 of 'memcpy_pic' discards qualifiers from pointer target type
author | rathann |
---|---|
date | Mon, 05 Dec 2005 01:30:01 +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