comparison idcinvideo.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children 0d01bae8d207
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
260 idcin_decode_init, 260 idcin_decode_init,
261 NULL, 261 NULL,
262 idcin_decode_end, 262 idcin_decode_end,
263 idcin_decode_frame, 263 idcin_decode_frame,
264 CODEC_CAP_DR1, 264 CODEC_CAP_DR1,
265 .long_name = "Id Quake II CIN video",
265 }; 266 };
266 267