comparison cyuv.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
178 cyuv_decode_init, 178 cyuv_decode_init,
179 NULL, 179 NULL,
180 cyuv_decode_end, 180 cyuv_decode_end,
181 cyuv_decode_frame, 181 cyuv_decode_frame,
182 CODEC_CAP_DR1, 182 CODEC_CAP_DR1,
183 NULL 183 NULL,
184 .long_name = "Creative YUV (CYUV)",
184 }; 185 };
185 186