comparison aasc.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 75b2158c583a
children e943e1409077
comparison
equal deleted inserted replaced
6709:f18b7851b5a5 6710:a4104482ceef
169 aasc_decode_init, 169 aasc_decode_init,
170 NULL, 170 NULL,
171 aasc_decode_end, 171 aasc_decode_end,
172 aasc_decode_frame, 172 aasc_decode_frame,
173 CODEC_CAP_DR1, 173 CODEC_CAP_DR1,
174 .long_name = "Autodesk RLE",
174 }; 175 };