comparison vb.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 e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
275 CODEC_ID_VB, 275 CODEC_ID_VB,
276 sizeof(VBDecContext), 276 sizeof(VBDecContext),
277 decode_init, 277 decode_init,
278 NULL, 278 NULL,
279 decode_end, 279 decode_end,
280 decode_frame 280 decode_frame,
281 .long_name = "Beam Software VB",
281 }; 282 };
282 283