comparison roqvideodec.c @ 7041:ade9051a6a4c libavcodec

Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
author stefano
date Fri, 13 Jun 2008 09:30:42 +0000
parents e943e1409077
children e9d9d946f213
comparison
equal deleted inserted replaced
7040:e943e1409077 7041:ade9051a6a4c
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 /** 21 /**
22 * @file roqvideodec.c 22 * @file roqvideodec.c
23 * Id RoQ Video Decoder by Dr. Tim Ferguson 23 * id RoQ Video Decoder by Dr. Tim Ferguson
24 * For more information about the Id RoQ format, visit: 24 * For more information about the id RoQ format, visit:
25 * http://www.csse.monash.edu.au/~timf/ 25 * http://www.csse.monash.edu.au/~timf/
26 */ 26 */
27 27
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
217 roq_decode_init, 217 roq_decode_init,
218 NULL, 218 NULL,
219 roq_decode_end, 219 roq_decode_end,
220 roq_decode_frame, 220 roq_decode_frame,
221 CODEC_CAP_DR1, 221 CODEC_CAP_DR1,
222 .long_name = NULL_IF_CONFIG_SMALL("Id RoQ video"), 222 .long_name = NULL_IF_CONFIG_SMALL("id RoQ video"),
223 }; 223 };