Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 14:38:51 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-24 01:45:39 +0300
commit33df1ba6b29362854b647dc0c116ed8949ecee1f (patch)
tree0cfd93be0b07ae10cce5380cc3c70cddcf48ae91 /libavformat
parentef92c352e75f04fedbf77d2d651cee410796cac8 (diff)
avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/chromaprint.c1
-rw-r--r--libavformat/genh.c1
-rw-r--r--libavformat/tls_openssl.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/chromaprint.c b/libavformat/chromaprint.c
index bcb8315159..3953a5ced3 100644
--- a/libavformat/chromaprint.c
+++ b/libavformat/chromaprint.c
@@ -22,7 +22,6 @@
#include "avformat.h"
#include "internal.h"
#include "libavutil/opt.h"
-#include "libavcodec/internal.h"
#include <chromaprint.h>
#define CPR_VERSION_INT AV_VERSION_INT(CHROMAPRINT_VERSION_MAJOR, \
diff --git a/libavformat/genh.c b/libavformat/genh.c
index a85d38dd31..b1c20718f6 100644
--- a/libavformat/genh.c
+++ b/libavformat/genh.c
@@ -21,7 +21,6 @@
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
-#include "libavcodec/internal.h"
#include "avformat.h"
#include "internal.h"
diff --git a/libavformat/tls_openssl.c b/libavformat/tls_openssl.c
index 1d813cbbb5..8bf766c01f 100644
--- a/libavformat/tls_openssl.c
+++ b/libavformat/tls_openssl.c
@@ -25,7 +25,6 @@
#include "os_support.h"
#include "url.h"
#include "tls.h"
-#include "libavcodec/internal.h"
#include "libavutil/avstring.h"
#include "libavutil/avutil.h"
#include "libavutil/opt.h"