mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 03:12:08 +00:00
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. Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dcd6128670
commit
c5e56a813b
@ -35,7 +35,6 @@
|
|||||||
|
|
||||||
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdio.h> /* FILE */
|
#include <stdio.h> /* FILE */
|
||||||
#include "libavcodec/avcodec.h"
|
#include "libavcodec/avcodec.h"
|
||||||
|
@ -22,9 +22,7 @@
|
|||||||
#ifndef FFMPEG_FFM_H
|
#ifndef FFMPEG_FFM_H
|
||||||
#define FFMPEG_FFM_H
|
#define FFMPEG_FFM_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "avio.h"
|
|
||||||
|
|
||||||
/* The FFM file is made of blocks of fixed size */
|
/* The FFM file is made of blocks of fixed size */
|
||||||
#define FFM_HEADER_SIZE 14
|
#define FFM_HEADER_SIZE 14
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#ifndef FFMPEG_NUT_H
|
#ifndef FFMPEG_NUT_H
|
||||||
#define FFMPEG_NUT_H
|
#define FFMPEG_NUT_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
//#include <limits.h>
|
//#include <limits.h>
|
||||||
//#include "libavutil/adler32.h"
|
//#include "libavutil/adler32.h"
|
||||||
//#include "libavcodec/mpegaudio.h"
|
//#include "libavcodec/mpegaudio.h"
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#ifndef FFMPEG_OGGDEC_H
|
#ifndef FFMPEG_OGGDEC_H
|
||||||
#define FFMPEG_OGGDEC_H
|
#define FFMPEG_OGGDEC_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
typedef struct ogg_codec {
|
typedef struct ogg_codec {
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
* miscellaneous OS support macros and functions.
|
* miscellaneous OS support macros and functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#ifndef FFMPEG_RAW_H
|
#ifndef FFMPEG_RAW_H
|
||||||
#define FFMPEG_RAW_H
|
#define FFMPEG_RAW_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
int pcm_read_seek(AVFormatContext *s,
|
int pcm_read_seek(AVFormatContext *s,
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#ifndef FFMPEG_RM_H
|
#ifndef FFMPEG_RM_H
|
||||||
#define FFMPEG_RM_H
|
#define FFMPEG_RM_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#ifndef FFMPEG_RTP_H
|
#ifndef FFMPEG_RTP_H
|
||||||
#define FFMPEG_RTP_H
|
#define FFMPEG_RTP_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "libavcodec/avcodec.h"
|
#include "libavcodec/avcodec.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef FFMPEG_RTP_AAC_H
|
#ifndef FFMPEG_RTP_AAC_H
|
||||||
#define FFMPEG_RTP_AAC_H
|
#define FFMPEG_RTP_AAC_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
|
void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#ifndef FFMPEG_RTP_H264_H
|
#ifndef FFMPEG_RTP_H264_H
|
||||||
#define FFMPEG_RTP_H264_H
|
#define FFMPEG_RTP_H264_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "rtp_internal.h"
|
#include "rtp_internal.h"
|
||||||
|
|
||||||
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
|
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef FFMPEG_RTP_MPV_H
|
#ifndef FFMPEG_RTP_MPV_H
|
||||||
#define FFMPEG_RTP_MPV_H
|
#define FFMPEG_RTP_MPV_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
|
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include "libavutil/fifo.h"
|
#include "libavutil/fifo.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "avio.h"
|
|
||||||
#include "riff.h" /* for CodecTag */
|
#include "riff.h" /* for CodecTag */
|
||||||
|
|
||||||
/* should have a generic way to indicate probable size */
|
/* should have a generic way to indicate probable size */
|
||||||
|
Loading…
Reference in New Issue
Block a user