comparison idcinvideo.c @ 9981:5da84f0d0a55 libavcodec

Remove useless #include <unistd.h> from many files
author mru
date Wed, 22 Jul 2009 23:37:53 +0000
parents 54bc8a2727b0
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9980:ac31ff44d1a5 9981:5da84f0d0a55
45 */ 45 */
46 46
47 #include <stdio.h> 47 #include <stdio.h>
48 #include <stdlib.h> 48 #include <stdlib.h>
49 #include <string.h> 49 #include <string.h>
50 #include <unistd.h>
51 50
52 #include "avcodec.h" 51 #include "avcodec.h"
53 52
54 #define HUFFMAN_TABLE_SIZE 64 * 1024 53 #define HUFFMAN_TABLE_SIZE 64 * 1024
55 #define HUF_TOKENS 256 54 #define HUF_TOKENS 256