diff --git a/libavcodec/oggvorbis.c b/libavcodec/oggvorbis.c
index 38009021839620e2c5f72bcf62950754ced0337b..3073b1456deecce7bacc5519d45d929f93998309 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),