comparison atrac3.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 d155d4915e1c
children aa09311685b2
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
1063 .id = CODEC_ID_ATRAC3, 1063 .id = CODEC_ID_ATRAC3,
1064 .priv_data_size = sizeof(ATRAC3Context), 1064 .priv_data_size = sizeof(ATRAC3Context),
1065 .init = atrac3_decode_init, 1065 .init = atrac3_decode_init,
1066 .close = atrac3_decode_close, 1066 .close = atrac3_decode_close,
1067 .decode = atrac3_decode_frame, 1067 .decode = atrac3_decode_frame,
1068 .long_name = "Atrac 3 (Adaptive TRansform Acoustic Coding 3)",
1068 }; 1069 };