comparison tscc.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
339 decode_init, 339 decode_init,
340 NULL, 340 NULL,
341 decode_end, 341 decode_end,
342 decode_frame, 342 decode_frame,
343 CODEC_CAP_DR1, 343 CODEC_CAP_DR1,
344 .long_name = "TechSmith Screen Capture Codec",
344 }; 345 };
345 346