mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 12:22:09 +00:00
vorbis encoder missed rename to libvorbis
Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d632239c9c
commit
d0d866e09f
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user