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:
Andreas Rheinhardt 2021-06-11 21:54:31 +02:00
parent 2c05ee092b
commit e7bd47e657
29 changed files with 0 additions and 33 deletions

View File

@ -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)
{ {

View File

@ -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.

View File

@ -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 }

View File

@ -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

View File

@ -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.

View File

@ -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>

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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,

View File

@ -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 */

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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],

View File

@ -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 {
/** /**

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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