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 15:06:05 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-24 01:45:39 +0300
commit1dcd0adedd15f2595d51febbfc171c576c9e080a (patch)
treeb832278f221dd4e06f4918bc42a24e02d56ddec7 /libavformat/icodec.c
parent33df1ba6b29362854b647dc0c116ed8949ecee1f (diff)
avformat: Remove unnecessary inclusions from libavcodec
Also improve the other headers a bit while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/icodec.c')
-rw-r--r--libavformat/icodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/icodec.c b/libavformat/icodec.c
index 2e677c78f1..290f658d0c 100644
--- a/libavformat/icodec.c
+++ b/libavformat/icodec.c
@@ -26,7 +26,6 @@
#include "libavutil/intreadwrite.h"
#include "libavcodec/bytestream.h"
-#include "libavcodec/bmp.h"
#include "libavcodec/png.h"
#include "avformat.h"
#include "internal.h"