comparison vorbis_enc.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
1082 sizeof(venc_context_t), 1082 sizeof(venc_context_t),
1083 vorbis_encode_init, 1083 vorbis_encode_init,
1084 vorbis_encode_frame, 1084 vorbis_encode_frame,
1085 vorbis_encode_close, 1085 vorbis_encode_close,
1086 .capabilities= CODEC_CAP_DELAY, 1086 .capabilities= CODEC_CAP_DELAY,
1087 .long_name = "Vorbis",
1087 }; 1088 };