diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-04 00:18:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-04 00:18:54 +0000 |
commit | b0caf888d28af7f61be60f33a8c3425eefbd585c (patch) | |
tree | be4485482cad1dbf54fef7c9cc4c0fd16e733c33 /libavcodec/oggvorbis.c | |
parent | 5982ae94eef6b0d0ef23f33cc8759c8d6e1ab736 (diff) | |
download | ffmpeg-b0caf888d28af7f61be60f33a8c3425eefbd585c.tar.gz |
Rename oggvorbis decoder to libvorbis.
Originally committed as revision 8883 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 da97e9a78e..3800902183 100644 --- a/libavcodec/oggvorbis.c +++ b/libavcodec/oggvorbis.c @@ -370,8 +370,8 @@ static int oggvorbis_decode_close(AVCodecContext *avccontext) { } -AVCodec oggvorbis_decoder = { - "vorbis", +AVCodec libvorbis_decoder = { + "libvorbis", CODEC_TYPE_AUDIO, CODEC_ID_VORBIS, sizeof(OggVorbisContext), |