changeset 5058:85a709aa3657 libavcodec

vorbis encoder missed rename to libvorbis
author aurel
date Mon, 21 May 2007 12:54:12 +0000
parents 5b63f62602fa
children 78001cc8bbc4
files oggvorbis.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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),