Browse code

removed ctype.h header

Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk

Fabrice Bellard authored on 2003/09/09 05:04:44
Showing 7 changed files
... ...
@@ -32,5 +32,9 @@ extern const CodecTag codec_wav_tags[];
32 32
 
33 33
 unsigned int codec_get_tag(const CodecTag *tags, int id);
34 34
 enum CodecID codec_get_id(const CodecTag *tags, unsigned int tag);
35
+unsigned int codec_get_bmp_tag(int id);
36
+unsigned int codec_get_wav_tag(int id);
37
+enum CodecID codec_get_bmp_id(unsigned int tag);
38
+enum CodecID codec_get_wav_id(unsigned int tag);
35 39
 
36 40
 #endif /* FFMPEG_AVI_H */
... ...
@@ -17,7 +17,6 @@
17 17
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 18
  */
19 19
 #include "avformat.h"
20
-#include <ctype.h>
21 20
 
22 21
 static int default_interrupt_cb(void);
23 22
 
... ...
@@ -17,7 +17,6 @@
17 17
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 18
  */
19 19
 #include "avformat.h"
20
-#include <ctype.h>
21 20
 
22 21
 #if !defined(CONFIG_NOCUTILS)
23 22
 /**
... ...
@@ -18,7 +18,6 @@
18 18
  */
19 19
 #include "avformat.h"
20 20
 #include <unistd.h>
21
-#include <ctype.h>
22 21
 #include <sys/types.h>
23 22
 #include <sys/socket.h>
24 23
 #include <netinet/in.h>
... ...
@@ -22,7 +22,6 @@
22 22
 #include <sys/time.h>
23 23
 #include <netinet/in.h>
24 24
 #include <sys/socket.h>
25
-#include <ctype.h>
26 25
 #ifndef __BEOS__
27 26
 # include <arpa/inet.h>
28 27
 #else
... ...
@@ -18,7 +18,6 @@
18 18
  */
19 19
 #include "avformat.h"
20 20
 #include <unistd.h>
21
-#include <ctype.h>
22 21
 #include <sys/types.h>
23 22
 #include <sys/socket.h>
24 23
 #include <netinet/in.h>
... ...
@@ -17,7 +17,6 @@
17 17
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 18
  */
19 19
 #include "avformat.h"
20
-#include <ctype.h>
21 20
 #ifdef CONFIG_WIN32
22 21
 #define strcasecmp _stricmp
23 22
 #include <sys/types.h>