comparison loco.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 c93570aeb3eb
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
280 decode_init, 280 decode_init,
281 NULL, 281 NULL,
282 NULL, 282 NULL,
283 decode_frame, 283 decode_frame,
284 CODEC_CAP_DR1, 284 CODEC_CAP_DR1,
285 .long_name = "LOCO",
285 }; 286 };