OSDN Git Service

vorbis encoder missed rename to libvorbis
authorAurelien Jacobs <aurel@gnuage.org>
Mon, 21 May 2007 12:54:12 +0000 (12:54 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Mon, 21 May 2007 12:54:12 +0000 (12:54 +0000)
Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/oggvorbis.c

index 3800902..3073b14 100644 (file)
@@ -207,8 +207,8 @@ static int oggvorbis_encode_close(AVCodecContext *avccontext) {
 }
 
 
-AVCodec oggvorbis_encoder = {
-    "vorbis",
+AVCodec libvorbis_encoder = {
+    "libvorbis",
     CODEC_TYPE_AUDIO,
     CODEC_ID_VORBIS,
     sizeof(OggVorbisContext),