comparison nellymoserdec.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 ee769fedd9ec
children dc6bc48b0e17
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
393 sizeof(NellyMoserDecodeContext), 393 sizeof(NellyMoserDecodeContext),
394 decode_init, 394 decode_init,
395 NULL, 395 NULL,
396 decode_end, 396 decode_end,
397 decode_tag, 397 decode_tag,
398 .long_name = "Nellymoser",
398 }; 399 };
399 400