Browse Source

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
tags/v0.5
Oded Shimon 19 years ago
parent
commit
4132242dfc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vorbis_enc.c

+ 1
- 1
libavcodec/vorbis_enc.c 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,


Loading…
Cancel
Save