comparison libvorbis.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
215 sizeof(OggVorbisContext), 215 sizeof(OggVorbisContext),
216 oggvorbis_encode_init, 216 oggvorbis_encode_init,
217 oggvorbis_encode_frame, 217 oggvorbis_encode_frame,
218 oggvorbis_encode_close, 218 oggvorbis_encode_close,
219 .capabilities= CODEC_CAP_DELAY, 219 .capabilities= CODEC_CAP_DELAY,
220 .long_name= "libvorbis Vorbis",
220 } ; 221 } ;