]> git.sesse.net Git - ffmpeg/commitdiff
removed ctype.h header
authorFabrice Bellard <fabrice@bellard.org>
Mon, 8 Sep 2003 20:04:44 +0000 (20:04 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 8 Sep 2003 20:04:44 +0000 (20:04 +0000)
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avi.h
libavformat/avio.c
libavformat/cutils.c
libavformat/http.c
libavformat/rtsp.c
libavformat/tcp.c
libavformat/utils.c

index 25feebfcf6a5c224be4f7e83b1a1fabd2b5fc378..2b0b6de57d4f13b8311370609e42bd1deebe9f5d 100644 (file)
@@ -32,5 +32,9 @@ extern const CodecTag codec_wav_tags[];
 
 unsigned int codec_get_tag(const CodecTag *tags, int id);
 enum CodecID codec_get_id(const CodecTag *tags, unsigned int tag);
+unsigned int codec_get_bmp_tag(int id);
+unsigned int codec_get_wav_tag(int id);
+enum CodecID codec_get_bmp_id(unsigned int tag);
+enum CodecID codec_get_wav_id(unsigned int tag);
 
 #endif /* FFMPEG_AVI_H */
index 2c25c8a0594ae9d593aeab27829bfb26854c1771..18d19bf2f56da9bec1176f501aff700c5e375310 100644 (file)
@@ -17,7 +17,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
-#include <ctype.h>
 
 static int default_interrupt_cb(void);
 
index 28f40b0e2f2e181dbad1b2b9038d1637cd7c8108..74d66e561871fe1f0fe7ee241373724f4a8230c8 100644 (file)
@@ -17,7 +17,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
-#include <ctype.h>
 
 #if !defined(CONFIG_NOCUTILS)
 /**
index f81ce1654b427a6d05da914885f8da60f4637b6e..b05268379026838f234f715901cfc5292b9a42b7 100644 (file)
@@ -18,7 +18,6 @@
  */
 #include "avformat.h"
 #include <unistd.h>
-#include <ctype.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index 5b2a20719583fc0180a19c3b730ea8c0e3a9f9c1..802591dd965d45d51a37cbd523e4d3359b112525 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
-#include <ctype.h>
 #ifndef __BEOS__
 # include <arpa/inet.h>
 #else
index ee61afafe9817829da12f4f2317aecfbda755ea3..d2808157143e6626f725fa2a25e8c41a86c2863a 100644 (file)
@@ -18,7 +18,6 @@
  */
 #include "avformat.h"
 #include <unistd.h>
-#include <ctype.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index e169b076d9fc8606cd725784e341ad56d8861bfc..c4ced9551d250db99aa0d9502308bbe57fc95f96 100644 (file)
@@ -17,7 +17,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include "avformat.h"
-#include <ctype.h>
 #ifdef CONFIG_WIN32
 #define strcasecmp _stricmp
 #include <sys/types.h>