comparison libmp3lame.c @ 5103:1deb3e53da27 libavcodec

Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
author diego
date Wed, 06 Jun 2007 08:51:41 +0000
parents c3f2379b80db
children 4dbe6578f811
comparison
equal deleted inserted replaced
5102:4323e587708d 5103:1deb3e53da27
206 lame_close(s->gfp); 206 lame_close(s->gfp);
207 return 0; 207 return 0;
208 } 208 }
209 209
210 210
211 AVCodec mp3lame_encoder = { 211 AVCodec libmp3lame_encoder = {
212 "mp3", 212 "libmp3lame",
213 CODEC_TYPE_AUDIO, 213 CODEC_TYPE_AUDIO,
214 CODEC_ID_MP3, 214 CODEC_ID_MP3,
215 sizeof(Mp3AudioContext), 215 sizeof(Mp3AudioContext),
216 MP3lame_encode_init, 216 MP3lame_encode_init,
217 MP3lame_encode_frame, 217 MP3lame_encode_frame,