Rename oggvorbis decoder to libvorbis.

Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-05-04 00:18:54 +00:00
parent 5982ae94ee
commit b0caf888d2
4 changed files with 8 additions and 8 deletions

View File

@@ -370,8 +370,8 @@ static int oggvorbis_decode_close(AVCodecContext *avccontext) {
}
AVCodec oggvorbis_decoder = {
"vorbis",
AVCodec libvorbis_decoder = {
"libvorbis",
CODEC_TYPE_AUDIO,
CODEC_ID_VORBIS,
sizeof(OggVorbisContext),