Browse Source

removed ctype.h header

Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 22 years ago
parent
commit
4358d5def3
7 changed files with 4 additions and 6 deletions
  1. +4
    -0
      libavformat/avi.h
  2. +0
    -1
      libavformat/avio.c
  3. +0
    -1
      libavformat/cutils.c
  4. +0
    -1
      libavformat/http.c
  5. +0
    -1
      libavformat/rtsp.c
  6. +0
    -1
      libavformat/tcp.c
  7. +0
    -1
      libavformat/utils.c

+ 4
- 0
libavformat/avi.h View 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 */

+ 0
- 1
libavformat/avio.c View 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);



+ 0
- 1
libavformat/cutils.c View 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)
/**


+ 0
- 1
libavformat/http.c View 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>


+ 0
- 1
libavformat/rtsp.c View 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


+ 0
- 1
libavformat/tcp.c View 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>


+ 0
- 1
libavformat/utils.c View 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>


Loading…
Cancel
Save