mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 11:44:49 +00:00
Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) | 2 lines
oggvorbis_encoder => vorbis_encoder Originally committed as revision 6462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
91f64941d3
commit
4132242dfc
@ -833,7 +833,7 @@ static int vorbis_encode_close(AVCodecContext * avccontext)
|
||||
return 0 ;
|
||||
}
|
||||
|
||||
AVCodec oggvorbis_encoder = {
|
||||
AVCodec vorbis_encoder = {
|
||||
"vorbis",
|
||||
CODEC_TYPE_AUDIO,
|
||||
CODEC_ID_VORBIS,
|
||||
|
Loading…
Reference in New Issue
Block a user