mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-17 22:31:18 +08:00
Rename oggvorbis decoder to libvorbis.
Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user