Mercurial > libavformat.hg
changeset 229:b0771ae979e3 libavformat
removed ctype.h header
author | bellard |
---|---|
date | Mon, 08 Sep 2003 20:04:44 +0000 |
parents | 542e6d639bb9 |
children | 9f4f4ca9f7b5 |
files | avi.h avio.c cutils.c http.c rtsp.c tcp.c utils.c |
diffstat | 7 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/avi.h Mon Sep 08 20:00:13 2003 +0000 +++ b/avi.h Mon Sep 08 20:04:44 2003 +0000 @@ -32,5 +32,9 @@ 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 */
--- a/avio.c Mon Sep 08 20:00:13 2003 +0000 +++ b/avio.c Mon Sep 08 20:04:44 2003 +0000 @@ -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);
--- a/cutils.c Mon Sep 08 20:00:13 2003 +0000 +++ b/cutils.c Mon Sep 08 20:04:44 2003 +0000 @@ -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) /**
--- a/http.c Mon Sep 08 20:00:13 2003 +0000 +++ b/http.c Mon Sep 08 20:04:44 2003 +0000 @@ -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>
--- a/rtsp.c Mon Sep 08 20:00:13 2003 +0000 +++ b/rtsp.c Mon Sep 08 20:04:44 2003 +0000 @@ -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