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:
Oded Shimon 2006-10-02 06:07:40 +00:00
parent 91f64941d3
commit 4132242dfc
1 changed files with 1 additions and 1 deletions

View File

@ -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,