Commit d0d866e0 authored by Aurelien Jacobs's avatar Aurelien Jacobs

vorbis encoder missed rename to libvorbis

Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d632239c
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment