From d0d866e09f839178d87152fd0b192294f878a47a Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Mon, 21 May 2007 12:54:12 +0000
Subject: [PATCH] vorbis encoder missed rename to libvorbis

Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/oggvorbis.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/oggvorbis.c b/libavcodec/oggvorbis.c
index 38009021839..3073b1456de 100644
--- a/libavcodec/oggvorbis.c
+++ b/libavcodec/oggvorbis.c
@@ -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),
-- 
GitLab