[FFmpeg-devel] [PATCH] avcodec/tests/avcodec: Remove unnecessary internal.h inclusion
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Jun 30 14:29:37 EEST 2023
Forgotten in a688f3c13ce55c2ba51dbbb344564649f1bb52fe.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
Will apply this soon.
libavcodec/tests/avcodec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/tests/avcodec.c b/libavcodec/tests/avcodec.c
index d78447d0fc..bbf5289af2 100644
--- a/libavcodec/tests/avcodec.c
+++ b/libavcodec/tests/avcodec.c
@@ -20,7 +20,6 @@
#include "libavcodec/codec.h"
#include "libavcodec/codec_desc.h"
#include "libavcodec/codec_internal.h"
-#include "libavcodec/internal.h"
static const char *get_type_string(enum AVMediaType type)
{
--
2.34.1
More information about the ffmpeg-devel
mailing list