comparison cscd.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 f7cbb7733146
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
256 decode_init, 256 decode_init,
257 NULL, 257 NULL,
258 decode_end, 258 decode_end,
259 decode_frame, 259 decode_frame,
260 CODEC_CAP_DR1, 260 CODEC_CAP_DR1,
261 .long_name = "CamStudio",
261 }; 262 };
262 263