comparison imc.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 998990a4cccd
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
811 .id = CODEC_ID_IMC, 811 .id = CODEC_ID_IMC,
812 .priv_data_size = sizeof(IMCContext), 812 .priv_data_size = sizeof(IMCContext),
813 .init = imc_decode_init, 813 .init = imc_decode_init,
814 .close = imc_decode_close, 814 .close = imc_decode_close,
815 .decode = imc_decode_frame, 815 .decode = imc_decode_frame,
816 .long_name = "IMC (Intel Music Codec)",
816 }; 817 };