comparison cook.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 69b14049d7c8
children f7cbb7733146
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
1204 .id = CODEC_ID_COOK, 1204 .id = CODEC_ID_COOK,
1205 .priv_data_size = sizeof(COOKContext), 1205 .priv_data_size = sizeof(COOKContext),
1206 .init = cook_decode_init, 1206 .init = cook_decode_init,
1207 .close = cook_decode_close, 1207 .close = cook_decode_close,
1208 .decode = cook_decode_frame, 1208 .decode = cook_decode_frame,
1209 .long_name = "COOK",
1209 }; 1210 };