Mercurial > libavformat.hg
changeset 3617:74fbde8871c4 libavformat
Revert r14497
Log:
Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ongoing and no consensus has been reached.
author | michael |
---|---|
date | Fri, 01 Aug 2008 22:29:29 +0000 |
parents | bf39ed8d3d69 |
children | e77025bff589 |
files | avformat.h ffm.h nut.h oggdec.h os_support.h raw.h rm.h rtp.h rtp_aac.h rtp_h264.h rtp_mpv.h swf.h |
diffstat | 12 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Fri Aug 01 16:29:26 2008 +0000 +++ b/avformat.h Fri Aug 01 22:29:29 2008 +0000 @@ -35,7 +35,6 @@ #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) -#include <stdint.h> #include <time.h> #include <stdio.h> /* FILE */ #include "libavcodec/avcodec.h"
--- a/ffm.h Fri Aug 01 16:29:26 2008 +0000 +++ b/ffm.h Fri Aug 01 22:29:29 2008 +0000 @@ -22,9 +22,7 @@ #ifndef FFMPEG_FFM_H #define FFMPEG_FFM_H -#include <stdint.h> #include "avformat.h" -#include "avio.h" /* The FFM file is made of blocks of fixed size */ #define FFM_HEADER_SIZE 14
--- a/nut.h Fri Aug 01 16:29:26 2008 +0000 +++ b/nut.h Fri Aug 01 22:29:29 2008 +0000 @@ -22,7 +22,6 @@ #ifndef FFMPEG_NUT_H #define FFMPEG_NUT_H -#include <stdint.h> //#include <limits.h> //#include "libavutil/adler32.h" //#include "libavcodec/mpegaudio.h"
--- a/oggdec.h Fri Aug 01 16:29:26 2008 +0000 +++ b/oggdec.h Fri Aug 01 22:29:29 2008 +0000 @@ -25,7 +25,6 @@ #ifndef FFMPEG_OGGDEC_H #define FFMPEG_OGGDEC_H -#include <stdint.h> #include "avformat.h" typedef struct ogg_codec {
--- a/os_support.h Fri Aug 01 16:29:26 2008 +0000 +++ b/os_support.h Fri Aug 01 22:29:29 2008 +0000 @@ -27,8 +27,6 @@ * miscellaneous OS support macros and functions. */ -#include "config.h" - #ifdef __MINGW32__ # define WIN32_LEAN_AND_MEAN # include <windows.h>
--- a/raw.h Fri Aug 01 16:29:26 2008 +0000 +++ b/raw.h Fri Aug 01 22:29:29 2008 +0000 @@ -22,7 +22,6 @@ #ifndef FFMPEG_RAW_H #define FFMPEG_RAW_H -#include <stdint.h> #include "avformat.h" int pcm_read_seek(AVFormatContext *s,
--- a/rm.h Fri Aug 01 16:29:26 2008 +0000 +++ b/rm.h Fri Aug 01 22:29:29 2008 +0000 @@ -22,7 +22,6 @@ #ifndef FFMPEG_RM_H #define FFMPEG_RM_H -#include <stdint.h> #include "avformat.h"
--- a/rtp.h Fri Aug 01 16:29:26 2008 +0000 +++ b/rtp.h Fri Aug 01 22:29:29 2008 +0000 @@ -21,7 +21,6 @@ #ifndef FFMPEG_RTP_H #define FFMPEG_RTP_H -#include <stdint.h> #include "libavcodec/avcodec.h" #include "avformat.h"
--- a/rtp_aac.h Fri Aug 01 16:29:26 2008 +0000 +++ b/rtp_aac.h Fri Aug 01 22:29:29 2008 +0000 @@ -20,7 +20,6 @@ #ifndef FFMPEG_RTP_AAC_H #define FFMPEG_RTP_AAC_H -#include <stdint.h> #include "avformat.h" void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
--- a/rtp_h264.h Fri Aug 01 16:29:26 2008 +0000 +++ b/rtp_h264.h Fri Aug 01 22:29:29 2008 +0000 @@ -22,7 +22,6 @@ #ifndef FFMPEG_RTP_H264_H #define FFMPEG_RTP_H264_H -#include <stdint.h> #include "rtp_internal.h" extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;