Commit 4132242d authored by Oded Shimon's avatar Oded Shimon

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
parent 91f64941
...@@ -833,7 +833,7 @@ static int vorbis_encode_close(AVCodecContext * avccontext) ...@@ -833,7 +833,7 @@ static int vorbis_encode_close(AVCodecContext * avccontext)
return 0 ; return 0 ;
} }
AVCodec oggvorbis_encoder = { AVCodec vorbis_encoder = {
"vorbis", "vorbis",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_ID_VORBIS, CODEC_ID_VORBIS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment