diff 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
line wrap: on
line diff
--- a/libmp3lame.c	Wed Jun 06 08:41:45 2007 +0000
+++ b/libmp3lame.c	Wed Jun 06 08:51:41 2007 +0000
@@ -208,8 +208,8 @@
 }
 
 
-AVCodec mp3lame_encoder = {
-    "mp3",
+AVCodec libmp3lame_encoder = {
+    "libmp3lame",
     CODEC_TYPE_AUDIO,
     CODEC_ID_MP3,
     sizeof(Mp3AudioContext),