comparison vcr1.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
170 decode_init, 170 decode_init,
171 NULL, 171 NULL,
172 NULL, 172 NULL,
173 decode_frame, 173 decode_frame,
174 CODEC_CAP_DR1, 174 CODEC_CAP_DR1,
175 .long_name = "ATI VCR1",
175 }; 176 };
176 #if 0 177 #if 0
177 #ifdef CONFIG_ENCODERS 178 #ifdef CONFIG_ENCODERS
178 179
179 AVCodec vcr1_encoder = { 180 AVCodec vcr1_encoder = {
182 CODEC_ID_VCR1, 183 CODEC_ID_VCR1,
183 sizeof(VCR1Context), 184 sizeof(VCR1Context),
184 encode_init, 185 encode_init,
185 encode_frame, 186 encode_frame,
186 //encode_end, 187 //encode_end,
188 .long_name = "ATI VCR1",
187 }; 189 };
188 190
189 #endif //CONFIG_ENCODERS 191 #endif //CONFIG_ENCODERS
190 #endif 192 #endif