comparison dca.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 1b90003d4d60
children e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
1262 .type = CODEC_TYPE_AUDIO, 1262 .type = CODEC_TYPE_AUDIO,
1263 .id = CODEC_ID_DTS, 1263 .id = CODEC_ID_DTS,
1264 .priv_data_size = sizeof(DCAContext), 1264 .priv_data_size = sizeof(DCAContext),
1265 .init = dca_decode_init, 1265 .init = dca_decode_init,
1266 .decode = dca_decode_frame, 1266 .decode = dca_decode_frame,
1267 .long_name = "DCA (DTS Coherent Acoustics)",
1267 }; 1268 };