diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-06 08:51:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-06 08:51:41 +0000 |
commit | 1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9 (patch) | |
tree | a299669146479512cfb5dd4b8fb3aac30c1c3d69 /libavcodec/libmp3lame.c | |
parent | 2986a4f83614a20174b37c47025e038a8a8c2a05 (diff) | |
download | ffmpeg-1cc60c47c5012f27772d1bb75dc52e28e7f8f0a9.tar.gz |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libmp3lame.c')
-rw-r--r-- | libavcodec/libmp3lame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 9a5177af30..7515a4fe60 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libmp3lame.c @@ -208,8 +208,8 @@ static int MP3lame_encode_close(AVCodecContext *avctx) } -AVCodec mp3lame_encoder = { - "mp3", +AVCodec libmp3lame_encoder = { + "libmp3lame", CODEC_TYPE_AUDIO, CODEC_ID_MP3, sizeof(Mp3AudioContext), |