mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove obsolete version.h inclusions
These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2c05ee092b
commit
e7bd47e657
@ -23,7 +23,6 @@
|
|||||||
#include "libavutil/attributes.h"
|
#include "libavutil/attributes.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "blockdsp.h"
|
#include "blockdsp.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
static void clear_block_c(int16_t *block)
|
static void clear_block_c(int16_t *block)
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/* add and put pixel (decoding)
|
/* add and put pixel (decoding)
|
||||||
* Block sizes for op_pixels_func are 8x4,8x8 16x8 16x16.
|
* Block sizes for op_pixels_func are 8x4,8x8 16x8 16x16.
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include "codec_id.h"
|
#include "codec_id.h"
|
||||||
#include "codec_desc.h"
|
#include "codec_desc.h"
|
||||||
#include "profiles.h"
|
#include "profiles.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define MT(...) (const char *const[]){ __VA_ARGS__, NULL }
|
#define MT(...) (const char *const[]){ __VA_ARGS__, NULL }
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
#include "rectangle.h"
|
#include "rectangle.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param stride the number of MVs to get to the next row
|
* @param stride the number of MVs to get to the next row
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "libavutil/frame.h"
|
#include "libavutil/frame.h"
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return value for header parsers if frame is not coded.
|
* Return value for header parsers if frame is not coded.
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "put_bits.h"
|
#include "put_bits.h"
|
||||||
#include "raw.h"
|
#include "raw.h"
|
||||||
#include "version.h"
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#define AVFILTER_FORMATS_H
|
#define AVFILTER_FORMATS_H
|
||||||
|
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of supported formats for one end of a filter link. This is used
|
* A list of supported formats for one end of a filter link. This is used
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include "avio_internal.h"
|
#include "avio_internal.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "url.h"
|
#include "url.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* An apple http stream consists of a playlist with media segment files,
|
* An apple http stream consists of a playlist with media segment files,
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_aes AES
|
* @defgroup lavu_aes AES
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define AES_CTR_KEY_SIZE (16)
|
#define AES_CTR_KEY_SIZE (16)
|
||||||
#define AES_CTR_IV_SIZE (8)
|
#define AES_CTR_IV_SIZE (8)
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_buffer AVBuffer
|
* @defgroup lavu_buffer AVBuffer
|
||||||
* @ingroup lavu_data
|
* @ingroup lavu_data
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_crc32 CRC
|
* @defgroup lavu_crc32 CRC
|
||||||
|
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_dict AVDictionary
|
* @addtogroup lavu_dict AVDictionary
|
||||||
* @ingroup lavu_data
|
* @ingroup lavu_data
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_hash Hash Functions
|
* @defgroup lavu_hash Hash Functions
|
||||||
* @ingroup lavu_crypto
|
* @ingroup lavu_crypto
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#include "sha.h"
|
#include "sha.h"
|
||||||
#include "sha512.h"
|
#include "sha512.h"
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define MAX_HASHLEN 64
|
#define MAX_HASHLEN 64
|
||||||
#define MAX_BLOCKLEN 128
|
#define MAX_BLOCKLEN 128
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_hmac HMAC
|
* @defgroup lavu_hmac HMAC
|
||||||
* @ingroup lavu_crypto
|
* @ingroup lavu_crypto
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "version.h"
|
|
||||||
#include "lls.h"
|
#include "lls.h"
|
||||||
|
|
||||||
static void update_lls(LLSModel *m, const double *var)
|
static void update_lls(LLSModel *m, const double *var)
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
#include "mem_internal.h"
|
#include "mem_internal.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define MAX_VARS 32
|
#define MAX_VARS 32
|
||||||
#define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)
|
#define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "avutil.h"
|
#include "avutil.h"
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AV_CLASS_CATEGORY_NA = 0,
|
AV_CLASS_CATEGORY_NA = 0,
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#include "libavutil/intmath.h"
|
#include "libavutil/intmath.h"
|
||||||
#include "libavutil/common.h"
|
#include "libavutil/common.h"
|
||||||
#include "avassert.h"
|
#include "avassert.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/* Stein's binary GCD algorithm:
|
/* Stein's binary GCD algorithm:
|
||||||
* https://en.wikipedia.org/wiki/Binary_GCD_algorithm */
|
* https://en.wikipedia.org/wiki/Binary_GCD_algorithm */
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_md5 MD5
|
* @defgroup lavu_md5 MD5
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_murmur3 Murmur3
|
* @defgroup lavu_murmur3 Murmur3
|
||||||
* @ingroup lavu_hash
|
* @ingroup lavu_hash
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "pixfmt.h"
|
#include "pixfmt.h"
|
||||||
#include "samplefmt.h"
|
#include "samplefmt.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup avoptions AVOptions
|
* @defgroup avoptions AVOptions
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include "pixdesc.h"
|
#include "pixdesc.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "intreadwrite.h"
|
#include "intreadwrite.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
void av_read_image_line2(void *dst,
|
void av_read_image_line2(void *dst,
|
||||||
const uint8_t *data[4], const int linesize[4],
|
const uint8_t *data[4], const int linesize[4],
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "pixfmt.h"
|
#include "pixfmt.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
typedef struct AVComponentDescriptor {
|
typedef struct AVComponentDescriptor {
|
||||||
/**
|
/**
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_ripemd RIPEMD
|
* @defgroup lavu_ripemd RIPEMD
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_sha SHA
|
* @defgroup lavu_sha SHA
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup lavu_sha512 SHA-512
|
* @defgroup lavu_sha512 SHA-512
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
#define AVUTIL_TREE_H
|
#define AVUTIL_TREE_H
|
||||||
|
|
||||||
#include "attributes.h"
|
#include "attributes.h"
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_tree AVTree
|
* @addtogroup lavu_tree AVTree
|
||||||
|
Loading…
Reference in New Issue
Block a user