diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-21 12:54:12 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-21 12:54:12 +0000 |
commit | d0d866e09f839178d87152fd0b192294f878a47a (patch) | |
tree | e4483db043d375bc73668ce3a8512eb9ba04bb4b /libavcodec/oggvorbis.c | |
parent | d632239c9cc5d97397b283bb7a36f2d9e818e1bd (diff) | |
download | ffmpeg-d0d866e09f839178d87152fd0b192294f878a47a.tar.gz |
vorbis encoder missed rename to libvorbis
Originally committed as revision 9091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/oggvorbis.c')
-rw-r--r-- | libavcodec/oggvorbis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/oggvorbis.c b/libavcodec/oggvorbis.c index 3800902183..3073b1456d 100644 --- a/libavcodec/oggvorbis.c +++ b/libavcodec/oggvorbis.c @@ -207,8 +207,8 @@ static int oggvorbis_encode_close(AVCodecContext *avccontext) { } -AVCodec oggvorbis_encoder = { - "vorbis", +AVCodec libvorbis_encoder = { + "libvorbis", CODEC_TYPE_AUDIO, CODEC_ID_VORBIS, sizeof(OggVorbisContext), |