comparison oggvorbis.c @ 4901:6406b4e280d6 libavcodec

Rename oggvorbis decoder to libvorbis.
author diego
date Fri, 04 May 2007 00:18:54 +0000
parents 1a714d3f0233
children 85a709aa3657
comparison
equal deleted inserted replaced
4900:36051a4c182a 4901:6406b4e280d6
368 368
369 return 0 ; 369 return 0 ;
370 } 370 }
371 371
372 372
373 AVCodec oggvorbis_decoder = { 373 AVCodec libvorbis_decoder = {
374 "vorbis", 374 "libvorbis",
375 CODEC_TYPE_AUDIO, 375 CODEC_TYPE_AUDIO,
376 CODEC_ID_VORBIS, 376 CODEC_ID_VORBIS,
377 sizeof(OggVorbisContext), 377 sizeof(OggVorbisContext),
378 oggvorbis_decode_init, 378 oggvorbis_decode_init,
379 NULL, 379 NULL,