[FFmpeg-cvslog] avcodec/tests/avcodec: Remove unnecessary internal.h inclusion
Andreas Rheinhardt
git at videolan.org
Fri Jun 30 18:58:13 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Jun 30 13:25:48 2023 +0200| [46a5b9e2c063f7a6776323afdebe6d9558ba96c1] | committer: Andreas Rheinhardt
avcodec/tests/avcodec: Remove unnecessary internal.h inclusion
Forgotten in a688f3c13ce55c2ba51dbbb344564649f1bb52fe.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46a5b9e2c063f7a6776323afdebe6d9558ba96c1
---
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)
{
More information about the ffmpeg-cvslog
mailing list