comparison mpc8.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 aa09311685b2
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
359 sizeof(MPCContext), 359 sizeof(MPCContext),
360 mpc8_decode_init, 360 mpc8_decode_init,
361 NULL, 361 NULL,
362 NULL, 362 NULL,
363 mpc8_decode_frame, 363 mpc8_decode_frame,
364 .long_name = "Musepack SV8",
364 }; 365 };