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>
pull/360/head
Andreas Rheinhardt 4 years ago
parent 2c05ee092b
commit e7bd47e657
  1. 1
      libavcodec/blockdsp.c
  2. 1
      libavcodec/blockdsp.h
  3. 1
      libavcodec/codec_desc.c
  4. 1
      libavcodec/error_resilience.c
  5. 1
      libavcodec/mpegutils.h
  6. 1
      libavcodec/utils.c
  7. 1
      libavfilter/formats.h
  8. 1
      libavformat/hlsproto.c
  9. 1
      libavutil/aes.h
  10. 1
      libavutil/aes_ctr.h
  11. 2
      libavutil/buffer.h
  12. 1
      libavutil/crc.h
  13. 2
      libavutil/dict.h
  14. 2
      libavutil/hash.h
  15. 1
      libavutil/hmac.c
  16. 1
      libavutil/hmac.h
  17. 1
      libavutil/lls.c
  18. 1
      libavutil/lls.h
  19. 1
      libavutil/log.h
  20. 1
      libavutil/mathematics.c
  21. 1
      libavutil/md5.h
  22. 2
      libavutil/murmur3.h
  23. 1
      libavutil/opt.h
  24. 1
      libavutil/pixdesc.c
  25. 1
      libavutil/pixdesc.h
  26. 1
      libavutil/ripemd.h
  27. 1
      libavutil/sha.h
  28. 1
      libavutil/sha512.h
  29. 1
      libavutil/tree.h

@ -23,7 +23,6 @@
#include "libavutil/attributes.h"
#include "avcodec.h"
#include "blockdsp.h"
#include "version.h"
static void clear_block_c(int16_t *block)
{

@ -23,7 +23,6 @@
#include <stdint.h>
#include "avcodec.h"
#include "version.h"
/* add and put pixel (decoding)
* Block sizes for op_pixels_func are 8x4,8x8 16x8 16x16.

@ -27,7 +27,6 @@
#include "codec_id.h"
#include "codec_desc.h"
#include "profiles.h"
#include "version.h"
#define MT(...) (const char *const[]){ __VA_ARGS__, NULL }

@ -35,7 +35,6 @@
#include "mpegvideo.h"
#include "rectangle.h"
#include "thread.h"
#include "version.h"
/**
* @param stride the number of MVs to get to the next row

@ -26,7 +26,6 @@
#include "libavutil/frame.h"
#include "avcodec.h"
#include "version.h"
/**
* Return value for header parsers if frame is not coded.

@ -41,7 +41,6 @@
#include "internal.h"
#include "put_bits.h"
#include "raw.h"
#include "version.h"
#include <stdlib.h>
#include <stdarg.h>
#include <stdatomic.h>

@ -20,7 +20,6 @@
#define AVFILTER_FORMATS_H
#include "avfilter.h"
#include "version.h"
/**
* A list of supported formats for one end of a filter link. This is used

@ -31,7 +31,6 @@
#include "avio_internal.h"
#include "internal.h"
#include "url.h"
#include "version.h"
/*
* An apple http stream consists of a playlist with media segment files,

@ -24,7 +24,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_aes AES

@ -25,7 +25,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
#define AES_CTR_KEY_SIZE (16)
#define AES_CTR_IV_SIZE (8)

@ -28,8 +28,6 @@
#include <stddef.h>
#include <stdint.h>
#include "version.h"
/**
* @defgroup lavu_buffer AVBuffer
* @ingroup lavu_data

@ -30,7 +30,6 @@
#include <stdint.h>
#include <stddef.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_crc32 CRC

@ -32,8 +32,6 @@
#include <stdint.h>
#include "version.h"
/**
* @addtogroup lavu_dict AVDictionary
* @ingroup lavu_data

@ -30,8 +30,6 @@
#include <stddef.h>
#include <stdint.h>
#include "version.h"
/**
* @defgroup lavu_hash Hash Functions
* @ingroup lavu_crypto

@ -28,7 +28,6 @@
#include "sha.h"
#include "sha512.h"
#include "mem.h"
#include "version.h"
#define MAX_HASHLEN 64
#define MAX_BLOCKLEN 128

@ -23,7 +23,6 @@
#include <stdint.h>
#include "version.h"
/**
* @defgroup lavu_hmac HMAC
* @ingroup lavu_crypto

@ -30,7 +30,6 @@
#include "attributes.h"
#include "internal.h"
#include "version.h"
#include "lls.h"
static void update_lls(LLSModel *m, const double *var)

@ -25,7 +25,6 @@
#include "macros.h"
#include "mem_internal.h"
#include "version.h"
#define MAX_VARS 32
#define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)

@ -24,7 +24,6 @@
#include <stdarg.h>
#include "avutil.h"
#include "attributes.h"
#include "version.h"
typedef enum {
AV_CLASS_CATEGORY_NA = 0,

@ -30,7 +30,6 @@
#include "libavutil/intmath.h"
#include "libavutil/common.h"
#include "avassert.h"
#include "version.h"
/* Stein's binary GCD algorithm:
* https://en.wikipedia.org/wiki/Binary_GCD_algorithm */

@ -31,7 +31,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_md5 MD5

@ -30,8 +30,6 @@
#include <stddef.h>
#include <stdint.h>
#include "version.h"
/**
* @defgroup lavu_murmur3 Murmur3
* @ingroup lavu_hash

@ -33,7 +33,6 @@
#include "log.h"
#include "pixfmt.h"
#include "samplefmt.h"
#include "version.h"
/**
* @defgroup avoptions AVOptions

@ -29,7 +29,6 @@
#include "pixdesc.h"
#include "internal.h"
#include "intreadwrite.h"
#include "version.h"
void av_read_image_line2(void *dst,
const uint8_t *data[4], const int linesize[4],

@ -26,7 +26,6 @@
#include "attributes.h"
#include "pixfmt.h"
#include "version.h"
typedef struct AVComponentDescriptor {
/**

@ -32,7 +32,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_ripemd RIPEMD

@ -31,7 +31,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_sha SHA

@ -32,7 +32,6 @@
#include <stdint.h>
#include "attributes.h"
#include "version.h"
/**
* @defgroup lavu_sha512 SHA-512

@ -28,7 +28,6 @@
#define AVUTIL_TREE_H
#include "attributes.h"
#include "version.h"
/**
* @addtogroup lavu_tree AVTree

Loading…
Cancel
Save