diff oggvorbis.c @ 5058:85a709aa3657 libavcodec

vorbis encoder missed rename to libvorbis
author aurel
date Mon, 21 May 2007 12:54:12 +0000
parents 6406b4e280d6
children bff60ecc02f9
line wrap: on
line diff
--- a/oggvorbis.c	Mon May 21 12:51:29 2007 +0000
+++ b/oggvorbis.c	Mon May 21 12:54:12 2007 +0000
@@ -207,8 +207,8 @@
 }
 
 
-AVCodec oggvorbis_encoder = {
-    "vorbis",
+AVCodec libvorbis_encoder = {
+    "libvorbis",
     CODEC_TYPE_AUDIO,
     CODEC_ID_VORBIS,
     sizeof(OggVorbisContext),