comparison aasc.c @ 6683:75b2158c583a libavcodec

Correct company name
author kostya
date Sat, 26 Apr 2008 04:14:33 +0000
parents 48759bfbd073
children a4104482ceef
comparison
equal deleted inserted replaced
6682:1064be7fea22 6683:75b2158c583a
1 /* 1 /*
2 * Autodesc RLE Decoder 2 * Autodesk RLE Decoder
3 * Copyright (C) 2005 the ffmpeg project 3 * Copyright (C) 2005 the ffmpeg project
4 * 4 *
5 * This file is part of FFmpeg. 5 * This file is part of FFmpeg.
6 * 6 *
7 * FFmpeg is free software; you can redistribute it and/or 7 * FFmpeg is free software; you can redistribute it and/or
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file aasc.c 23 * @file aasc.c
24 * Autodesc RLE Video Decoder by Konstantin Shishkov 24 * Autodesk RLE Video Decoder by Konstantin Shishkov
25 */ 25 */
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <string.h> 29 #include <string.h>