comparison rv10.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents 6ebbecc10063
children 718a22dc121f
comparison
equal deleted inserted replaced
395:80518daaab05 396:fce0a2520551
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 #include <stdlib.h> 19 #include "avcodec.h"
20 #include <stdio.h>
21 #include <string.h>
22 #include "common.h"
23 #include "dsputil.h" 20 #include "dsputil.h"
24 #include "avcodec.h"
25 #include "mpegvideo.h" 21 #include "mpegvideo.h"
26 22
27 //#define DEBUG 23 //#define DEBUG
28 24
29 static const UINT16 rv_lum_code[256] = 25 static const UINT16 rv_lum_code[256] =