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) { ...@@ -207,8 +207,8 @@ static int oggvorbis_encode_close(AVCodecContext *avccontext) {
} }
AVCodec oggvorbis_encoder = { AVCodec libvorbis_encoder = {
"vorbis", "libvorbis",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_ID_VORBIS, CODEC_ID_VORBIS,
sizeof(OggVorbisContext), 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